共用方式為


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
    類型:String

    這個屬性描述元的選擇性名稱。

  • category
    類型:String

    這個屬性描述元的選擇性分類。

.NET Framework 安全性

請參閱

參考

GraphNodeIdPropertyDescriptor 類別

Microsoft.VisualStudio.GraphModel 命名空間