Partager via


GraphNodeId.GetArray, méthode (GraphNodeIdName, array<GraphNodeId )

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : Microsoft.VisualStudio.GraphModel.GraphNodeId

Sécurité .NET Framework

Voir aussi

Référence

GraphNodeId Classe

GetArray, surcharge

Microsoft.VisualStudio.GraphModel, espace de noms