Share via


GraphNodeId.RemovedNestedNames Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Return Value

Type: Microsoft.VisualStudio.GraphModel.GraphNodeId
The partial GraphNodeId matching the given names.

.NET Framework Security

See Also

Reference

GraphNodeId Class

Microsoft.VisualStudio.GraphModel Namespace