GraphNodeId.GetNested-Methode (array<GraphNodeId )
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
Parameter
- identifiers
Typ: array<Microsoft.VisualStudio.GraphModel.GraphNodeId[]
Rückgabewert
Typ: Microsoft.VisualStudio.GraphModel.GraphNodeId
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.