Share via


DesignPropertyDescriptor.PropertyType Property

Override. Gets the type of the property.

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 PropertyType As Type
    Get
'Usage
Dim instance As DesignPropertyDescriptor
Dim value As Type

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

Property Value

Type: System.Type

.NET Framework Security

See Also

Reference

DesignPropertyDescriptor Class

DesignPropertyDescriptor Members

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