Compartir a través de


GraphNodeIdName.Values (Propiedad)

Obtiene la lista de todo el GraphNodeId registrado

Espacio de nombres:  Microsoft.VisualStudio.GraphModel
Ensamblado:  Microsoft.VisualStudio.GraphModel (en Microsoft.VisualStudio.GraphModel.dll)

Sintaxis

'Declaración
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>

Valor de propiedad

Tipo: System.Collections.Generic.IEnumerable<GraphNodeIdName>
Una colección de objetos GraphNodeId

Seguridad de .NET Framework

Vea también

Referencia

GraphNodeIdName Clase

Microsoft.VisualStudio.GraphModel (Espacio de nombres)