GraphPathSerializationDictionary.Values – vlastnost
Získává System.Collections.Generic.ICollection hodnot 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>
override Values : ICollection<string>
final function get Values () : ICollection<String>
Hodnota vlastnosti
Typ: System.Collections.Generic.ICollection<String>
System.Collections.Generic.ICollection, obsahující hodnoty objekt, který implementuje System.Collections.Generic.IDictionary.
Implementuje
IDictionary<TKey, TValue>.Values
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.