Freigeben über


GraphNodeId.Add-Methode

Fügt ein GraphNodeId hinzu. Wenn dieser Bezeichner bereits ein Array ist, wird das Element dem Array hinzugefügt. Andernfalls wird ein neues eingebettetes Array zurückgegeben.

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

Syntax

'Declaration
Public Function Add ( _
    identifier As GraphNodeId _
) As GraphNodeId
public GraphNodeId Add(
    GraphNodeId identifier
)
public:
GraphNodeId^ Add(
    GraphNodeId^ identifier
)
member Add : 
        identifier:GraphNodeId -> GraphNodeId
public function Add(
    identifier : GraphNodeId
) : GraphNodeId

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.GraphModel.GraphNodeId
Der neue Bezeichner.

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphNodeId Klasse

Microsoft.VisualStudio.GraphModel-Namespace