Partager via


GraphNodeId.Add, méthode

Ajoute un GraphNodeId.Si cet identificateur est déjà un tableau, l'élément est ajouté au tableau.Sinon, une nouveau tableau incorporé est retourné.

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

Syntaxe

'Déclaration
Public Function Add ( _
    identifier As GraphNodeId _
) As GraphNodeId
public GraphNodeId Add(
    GraphNodeId identifier
)
public:
GraphNodeId^ Add(
    GraphNodeId^ identifier
)
member Add : 
        identifier:GraphNodeId -> GraphNodeId 
public function Add(
    identifier : GraphNodeId
) : GraphNodeId

Paramètres

Valeur de retour

Type : Microsoft.VisualStudio.GraphModel.GraphNodeId
Le nouvel identificateur.

Sécurité .NET Framework

Voir aussi

Référence

GraphNodeId Classe

Microsoft.VisualStudio.GraphModel, espace de noms