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.]
Constructs a partial GraphNodeId based on the given array name and identifiers.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Shared Function GetArray ( _
arrayName As GraphNodeIdName, _
ParamArray identifiers As GraphNodeId() _
) As GraphNodeId
public static GraphNodeId GetArray(
GraphNodeIdName arrayName,
params GraphNodeId[] identifiers
)
public:
static GraphNodeId^ GetArray(
GraphNodeIdName^ arrayName,
... array<GraphNodeId^>^ identifiers
)
static member GetArray :
arrayName:GraphNodeIdName *
identifiers:GraphNodeId[] -> GraphNodeId
public static function GetArray(
arrayName : GraphNodeIdName,
... identifiers : GraphNodeId[]
) : GraphNodeId
Parameters
arrayName
Type: Microsoft.VisualStudio.GraphModel.GraphNodeIdNameThe name of the array to search.
identifiers
Type: array<Microsoft.VisualStudio.GraphModel.GraphNodeId[]The identifiers to search for.
Return Value
Type: Microsoft.VisualStudio.GraphModel.GraphNodeId
The partial GraphNodeId for the arrayName and identifiers passed in.
.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.