GraphNodeIdPropertyDescriptor.PropertyType 属性

获取属性的类型。

命名空间:  Microsoft.VisualStudio.GraphModel
程序集:  Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.dll 中)

语法

声明
Public Overrides ReadOnly Property PropertyType As Type
public override Type PropertyType { get; }
public:
virtual property Type^ PropertyType {
    Type^ get () override;
}
abstract PropertyType : Type
override PropertyType : Type
override function get PropertyType () : Type

属性值

类型:System.Type
返回 Type

.NET Framework 安全性

请参见

参考

GraphNodeIdPropertyDescriptor 类

Microsoft.VisualStudio.GraphModel 命名空间