Partager via


GraphNodeIdName.Values, propriété

Obtient la liste de tous les GraphNodeId enregistrés.

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

Syntaxe

'Déclaration
Public Shared ReadOnly Property Values As IEnumerable(Of GraphNodeIdName)
public static IEnumerable<GraphNodeIdName> Values { get; }
public:
static property IEnumerable<GraphNodeIdName^>^ Values {
    IEnumerable<GraphNodeIdName^>^ get ();
}
static member Values : IEnumerable<GraphNodeIdName>
static function get Values () : IEnumerable<GraphNodeIdName>

Valeur de propriété

Type : System.Collections.Generic.IEnumerable<GraphNodeIdName>
Collection d'objets GraphNodeId.

Sécurité .NET Framework

Voir aussi

Référence

GraphNodeIdName Classe

Microsoft.VisualStudio.GraphModel, espace de noms