Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Crée un GraphNodeId partiel en fonction de le nom de table et les identificateurs donnés.
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
- arrayName
Type : Microsoft.VisualStudio.GraphModel.GraphNodeIdName
Le nom du tableau à rechercher.
- identifiers
Type : array<Microsoft.VisualStudio.GraphModel.GraphNodeId[]
Les identificateurs à rechercher.
Valeur de retour
Type : Microsoft.VisualStudio.GraphModel.GraphNodeId
Le GraphNodeId partielle pour l'arrayName et les identificateurs sont passés dans.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.