Freigeben über


GraphNodeIdPropertyDescriptor-Konstruktor

Konstruktor.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
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
)

Parameter

  • name
    Typ: String

    Optionaler Name dieses Eigenschaftendeskriptors.

  • category
    Typ: String

    Optionale Kategorie dieses Eigenschaftendeskriptors.

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphNodeIdPropertyDescriptor Klasse

Microsoft.VisualStudio.GraphModel-Namespace