Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
[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
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.