GraphNodeId.RemovedNestedNames Method
Returns a partial GraphNodeId that contains the given GraphNodeIdName.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Function RemovedNestedNames ( _
ParamArray names As GraphNodeIdName() _
) As GraphNodeId
public GraphNodeId RemovedNestedNames(
params GraphNodeIdName[] names
)
public:
GraphNodeId^ RemovedNestedNames(
... array<GraphNodeIdName^>^ names
)
member RemovedNestedNames :
names:GraphNodeIdName[] -> GraphNodeId
public function RemovedNestedNames(
... names : GraphNodeIdName[]
) : GraphNodeId
Parameters
names
Type: array<Microsoft.VisualStudio.GraphModel.GraphNodeIdName[]The names to search for.
Return Value
Type: Microsoft.VisualStudio.GraphModel.GraphNodeId
The partial GraphNodeId matching the given names.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.