Interface IInteropTag
An interface implemented by tags for sharing information between assemblies that do not strongly reference each other.
Assembly: ItemChanger.dll
public interface IInteropTag
Properties
|
Improve this Doc
View Source
A description of the tag that can be recognized by consumers.
Declaration
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Returns true if the property name corresponds to a non-null value of the specified type, and outputs the casted value.
Declaration
bool TryGetProperty<T>(string propertyName, out T value)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
T |
value |
|
Returns
Type |
Description |
System.Boolean |
|
Type Parameters
Extension Methods