|
![]() |
The DataProperty type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
DataProperty(NamedConstant, VariantData) |
Create a property from a combined name and display name
|
![]() |
DataProperty(String, String, VariantData) |
Create a property from separate name and display name
|
Methods
Name | Description | |
---|---|---|
![]() |
Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from NativeHandle.) |
![]() |
Dispose(Boolean) | (Inherited from NativeHandle.) |
![]() |
Equals | (Overrides NativeHandle..::..Equals(Object).) |
![]() |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from NativeHandle.) |
![]() |
GetHashCode | (Overrides NativeHandle..::..GetHashCode()()()().) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ParseCompatibleValue |
Parses formattedValue into a value compatible (same type and formatting) with the current Value.
|
![]() |
ToString | (Overrides NativeHandle..::..ToString()()()().) |
![]() |
TryParseCompatibleValue |
Try to parse formattedValue into a value compatible (same type and formatting) with the current Value. Returns a value with type of None on failure
|
Properties
Name | Description | |
---|---|---|
![]() |
CombinedName |
Combined name of property
|
![]() |
DisplayName |
Diplay name (localized, suitable for display to end user)
|
![]() |
IsDisposed |
Gets a value indicating whether the object has been disposed and is no longer available.
(Inherited from NativeHandle.) |
![]() |
IsReadOnly | (Overrides NativeHandle..::..IsReadOnly.) |
![]() |
Name |
Name of property (suitable for programmatic use)
|
![]() |
Value |
Value of the property
|