GraphNodeId.Addition(GraphNodeId, GraphNodeId) Betreiber

Definition

Wichtig

Diese API ist nicht CLS-kompatibel.

Der +-Operator Fügt zwei graphnodeids hinzu. Wenn graphnodeid bereits ein Array enthält, wird das Element dem Array hinzugefügt, andernfalls wird ein neues eingebettetes Array zurückgegeben.

public:
 static Microsoft::VisualStudio::GraphModel::GraphNodeId ^ operator +(Microsoft::VisualStudio::GraphModel::GraphNodeId ^ left, Microsoft::VisualStudio::GraphModel::GraphNodeId ^ right);
[System.CLSCompliant(false)]
public static Microsoft.VisualStudio.GraphModel.GraphNodeId operator + (Microsoft.VisualStudio.GraphModel.GraphNodeId left, Microsoft.VisualStudio.GraphModel.GraphNodeId right);
[<System.CLSCompliant(false)>]
static member ( + ) : Microsoft.VisualStudio.GraphModel.GraphNodeId * Microsoft.VisualStudio.GraphModel.GraphNodeId -> Microsoft.VisualStudio.GraphModel.GraphNodeId
Public Shared Operator + (left As GraphNodeId, right As GraphNodeId) As GraphNodeId

Parameter

left
GraphNodeId

Die erste graphnodeid, die hinzugefügt werden soll

right
GraphNodeId

Die zweite graphnodeid, die hinzugefügt werden soll

Gibt zurück

GraphNodeId

Die neue graphnodeid

Attribute

Gilt für