GraphNodeId.RemovedNestedNames(GraphNodeIdName[]) Methode

Definition

Gibt eine partielle graphnodeid zurück, die den angegebenen graphnodeidname enthält.

public:
 Microsoft::VisualStudio::GraphModel::GraphNodeId ^ RemovedNestedNames(... cli::array <Microsoft::VisualStudio::GraphModel::GraphNodeIdName ^> ^ names);
public Microsoft.VisualStudio.GraphModel.GraphNodeId RemovedNestedNames (params Microsoft.VisualStudio.GraphModel.GraphNodeIdName[] names);
member this.RemovedNestedNames : Microsoft.VisualStudio.GraphModel.GraphNodeIdName[] -> Microsoft.VisualStudio.GraphModel.GraphNodeId
Public Function RemovedNestedNames (ParamArray names As GraphNodeIdName()) As GraphNodeId

Parameter

names
GraphNodeIdName[]

Die Namen, nach denen gesucht werden soll

Gibt zurück

GraphNodeId

Die partielle graphnodeid, die den angegebenen Namen entspricht.

Gilt für