Freigeben über


GraphNodeId.Addition-Operator

Der +-Operator fügt zwei GraphNodeIds hinzu. Wenn jedes GraphNodeId bereits in einen Array enthalten ist, wird das Element dem Array hinzugefügt. Andernfalls wird ein neues eingebettetes Array zurückgegeben.

Diese API ist nicht CLS-kompatibel. 

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

Syntax

'Declaration
Public Shared Operator + ( _
    left As GraphNodeId, _
    right As GraphNodeId _
) As GraphNodeId
public static GraphNodeId operator +(
    GraphNodeId left,
    GraphNodeId right
)
public:
static GraphNodeId^ operator +(
    GraphNodeId^ left, 
    GraphNodeId^ right
)
static let inline(+)
        left:GraphNodeId * 
        right:GraphNodeId  : GraphNodeId
JScript unterstützt keine überladenen Operatoren.

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.GraphModel.GraphNodeId
Das neue GraphNodeId.

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphNodeId Klasse

Microsoft.VisualStudio.GraphModel-Namespace