PropertyType Property

Delegates to base.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.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;
}
abstract PropertyType : Type
override PropertyType : Type
override function get PropertyType () : Type

Property Value

Type: System..::..Type

See Also

Reference

DesignPropertyDescriptor Class

Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace