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
- identifier
Type : Microsoft.VisualStudio.GraphModel.GraphNodeId
l'identifer à ajouter.
Valeur de retour
Type : Microsoft.VisualStudio.GraphModel.GraphNodeId
Le nouvel identificateur.
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.