GraphNodeIdPropertyDescriptor 构造函数

构造函数。

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

语法

声明
Public Sub New ( _
    identifier As GraphNodeId, _
    name As String, _
    category As String _
)
public GraphNodeIdPropertyDescriptor(
    GraphNodeId identifier,
    string name,
    string category
)
public:
GraphNodeIdPropertyDescriptor(
    GraphNodeId^ identifier, 
    String^ name, 
    String^ category
)
new : 
        identifier:GraphNodeId * 
        name:string * 
        category:string -> GraphNodeIdPropertyDescriptor
public function GraphNodeIdPropertyDescriptor(
    identifier : GraphNodeId, 
    name : String, 
    category : String
)

参数

  • name
    类型:System.String
    此属性描述符的可选名称。
  • category
    类型:System.String
    此属性描述符的可选类别。

.NET Framework 安全性

请参见

参考

GraphNodeIdPropertyDescriptor 类

Microsoft.VisualStudio.GraphModel 命名空间