Propriedade GraphPathSerializationDictionary.Values

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

Sintaxe

'Declaração
Public ReadOnly Property Values As ICollection(Of String)
    Get
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>

Implementações

IDictionary<TKey, TValue>.Values

Segurança do .NET Framework

Consulte também

Referência

GraphPathSerializationDictionary Classe

Namespace Microsoft.VisualStudio.GraphModel