Partager via


GraphNodeCollection.CreateNew, méthode

Ajoutez un nouveau nœud à l'aide de le format de base donné de nom pour le nœud.Cette méthode met en forme la chaîne fournie avec des valeurs entières jusqu'à ce qu'il trouve un identificateur qui n'est pas utilisé, puis crée un nœud avec cet ID.

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

Syntaxe

'Déclaration
Public Function CreateNew ( _
    idFormat As String _
) As GraphNode
public GraphNode CreateNew(
    string idFormat
)
public:
GraphNode^ CreateNew(
    String^ idFormat
)
member CreateNew : 
        idFormat:string -> GraphNode 
public function CreateNew(
    idFormat : String
) : GraphNode

Paramètres

  • idFormat
    Type : System.String
    La chaîne pour mettre en forme pour créer l'identificateur de nœud

Valeur de retour

Type : Microsoft.VisualStudio.GraphModel.GraphNode
Le nœud de création récente

Sécurité .NET Framework

Voir aussi

Référence

GraphNodeCollection Classe

Microsoft.VisualStudio.GraphModel, espace de noms