GraphPathSerializationDictionary.Values (Propiedad)

Obtiene un System.Collections.Generic.ICollection que contiene valores de System.Collections.Generic.IDictionary.

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

Sintaxis

'Declaración
Public ReadOnly Property Values As ICollection(Of String)
public ICollection<string> Values { get; }
public:
virtual property ICollection<String^>^ Values {
    ICollection<String^>^ get () sealed;
}
abstract Values : ICollection<string>
override Values : ICollection<string>
final function get Values () : ICollection<String>

Valor de propiedad

Tipo: System.Collections.Generic.ICollection<String>
Un System.Collections.Generic.ICollection que contiene los valores del objeto que implementa System.Collections.Generic.IDictionary.

Implementaciones

IDictionary<TKey, TValue>.Values

Seguridad de .NET Framework

Vea también

Referencia

GraphPathSerializationDictionary Clase

Microsoft.VisualStudio.GraphModel (Espacio de nombres)