Propriedade GraphNodeIdName.Values

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (em Microsoft.VisualStudio.GraphModel.dll)

Sintaxe

'Declaração
Public Shared ReadOnly Property Values As IEnumerable(Of GraphNodeIdName)
    Get
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 propriedade

Tipo: System.Collections.Generic.IEnumerable<GraphNodeIdName>

Segurança do .NET Framework

Consulte também

Referência

GraphNodeIdName Classe

Namespace Microsoft.VisualStudio.GraphModel