RolePlayerPropertyDescriptor.PropertyType Property

This member overrides PropertyDescriptor.PropertyType.

Namespace:  Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'宣言
Public Overrides ReadOnly Property PropertyType As Type
'使用
Dim instance As RolePlayerPropertyDescriptor
Dim value As Type

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

Property Value

Type: System.Type

Permissions

See Also

Reference

RolePlayerPropertyDescriptor Class

RolePlayerPropertyDescriptor Members

Microsoft.VisualStudio.Modeling.Design Namespace