Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a nested GraphNodeId based on the given identifiers. Does a lookup against a Dictionary to minimize the number of GraphNodeIds around.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Shared Function GetNested ( _
ParamArray identifiers As GraphNodeId() _
) As GraphNodeId
public static GraphNodeId GetNested(
params GraphNodeId[] identifiers
)
public:
static GraphNodeId^ GetNested(
... array<GraphNodeId^>^ identifiers
)
static member GetNested :
identifiers:GraphNodeId[] -> GraphNodeId
public static function GetNested(
... identifiers : GraphNodeId[]
) : GraphNodeId
Parameters
- identifiers
Type: array<Microsoft.VisualStudio.GraphModel.GraphNodeId[]
Return Value
Type: Microsoft.VisualStudio.GraphModel.GraphNodeId
The partial GraphNodeId nested in this one.
.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.