| DynamicReadOnlyPropertyDescriptorComponentType Property |
When overridden in a derived class, gets the type of the component this property is bound to.
Namespace: SandcastleBuilder.Utils.DesignAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public override Type ComponentType { get; }
Public Overrides ReadOnly Property ComponentType As Type
Get
public:
virtual property Type^ ComponentType {
Type^ get () override;
}
abstract ComponentType : Type with get
override ComponentType : Type with get
Return Value
Type:
TypeA
Type that represents the type of component this property is bound to. When the
GetValue(Object) or
SetValue(Object, Object) methods are invoked, the object specified might be an instance of this type.
See Also