Freigeben über


GraphNodeId.Addition-Operator

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 überladenene Operatoren.

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.GraphModel.GraphNodeId

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphNodeId Klasse

Microsoft.VisualStudio.GraphModel-Namespace