GraphPathSerializationDictionary.Keys – vlastnost
Získá System.Collections.Generic.ICollection, která obsahuje klíče System.Collections.Generic.IDictionary.
Obor názvů: Microsoft.VisualStudio.GraphModel
Sestavení: Microsoft.VisualStudio.GraphModel (v Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Deklarace
Public ReadOnly Property Keys As ICollection(Of String)
public ICollection<string> Keys { get; }
public:
virtual property ICollection<String^>^ Keys {
ICollection<String^>^ get () sealed;
}
abstract Keys : ICollection<string> with get
override Keys : ICollection<string> with get
final function get Keys () : ICollection<String>
Hodnota vlastnosti
Typ: ICollection<String>
System.Collections.Generic.ICollection, která obsahuje klíče objektu, který implementuje System.Collections.Generic.IDictionary.
Implementuje
IDictionary.Keys
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.