Sdílet prostřednictvím


GraphPathSerializationDictionary.Values – vlastnost

Získá System.Collections.Generic.ICollection s hodnotami System.Collections.Generic.IDictionary.

Obor názvů:  Microsoft.VisualStudio.GraphModel
Sestavení:  Microsoft.VisualStudio.GraphModel (v Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Deklarace
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> with get 
override Values : ICollection<string> with get
final function get Values () : ICollection<String>

Hodnota vlastnosti

Typ: ICollection<String>
System.Collections.Generic.ICollection, který obsahuje hodnoty objekt, který implementuje System.Collections.Generic.IDictionary.

Implementuje

IDictionary.Values

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

GraphPathSerializationDictionary Třída

Microsoft.VisualStudio.GraphModel – obor názvů