Partager via


GraphPathSerializationDictionary.Values, propriété

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

Type : System.Collections.Generic.ICollection<String>

Implémentations

IDictionary<TKey, TValue>.Values

Sécurité .NET Framework

Voir aussi

Référence

GraphPathSerializationDictionary Classe

Microsoft.VisualStudio.GraphModel, espace de noms