Share via


DesignPropertyDescriptor.ComponentType Property

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
'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;
}
public override function get 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