共用方式為


GraphNodeId.RemovedNestedNames(GraphNodeIdName[]) Method

Definition

Returns a partial GraphNodeId containing the given GraphNodeIdName

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

Parameters

names
GraphNodeIdName[]

The names to search for

Returns

The partial GraphNodeId matching the given names

Applies to