DesignPropertyDescriptor.ComponentType Property

Override. Gets the type of the component this property is bound to.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property ComponentType As Type
    Get
'Usage
Dim instance As DesignPropertyDescriptor
Dim value As Type

value = instance.ComponentType
public override Type ComponentType { get; }
public:
virtual property Type^ ComponentType {
    Type^ get () override;
}
override function get ComponentType () : Type
abstract ComponentType : Type
override ComponentType : Type

Property Value

Type: System.Type

.NET Framework Security

See Also

Reference

DesignPropertyDescriptor Class

DesignPropertyDescriptor Members

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace