When overridden in a derived class, gets the type of the component this property is bound to.
public override Type ComponentType {get;}
'Declaration
Public Overrides ReadOnly Property ComponentType As Type
'Usage
Dim instance As DicomEditablePropertyDescriptor
Dim value As Type
value = instance.ComponentType
public:
property Type^ ComponentType {
Type^ get() override;
}
Property Value
A
System.Type that represents the type of component this property is bound to. When the
System.ComponentModel.PropertyDescriptor.GetValue(System.Object) or
System.ComponentModel.PropertyDescriptor.SetValue(System.Object,System.Object) methods are invoked, the object specified might be an instance of this type.