GraphNodeId.RemovedNestedNames(GraphNodeIdName[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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