Partilhar via


Propriedade GraphPathSerializationDictionary.Values

Obtém um System.Collections.Generic.ICollection que contém os valores de System.Collections.Generic.IDictionary.

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

Sintaxe

'Declaração
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 propriedade

Tipo: System.Collections.Generic.ICollection<String>
Um System.Collections.Generic.ICollection que contém os valores de objeto que implementa System.Collections.Generic.IDictionary.

Implementações

IDictionary<TKey, TValue>.Values

Segurança do .NET Framework

Consulte também

Referência

GraphPathSerializationDictionary Classe

Namespace Microsoft.VisualStudio.GraphModel