Sdílet prostřednictvím


DataConnectionProperties.IDictionary.Keys – vlastnost

Načte ICollection obsahující klíče IDictionary.

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

Syntaxe

'Deklarace
Private ReadOnly Property Keys As ICollection
    Implements IDictionary.Keys
ICollection IDictionary.Keys { get; }
private:
virtual property ICollection^ Keys {
    ICollection^ get () sealed = IDictionary::Keys::get;
}
private abstract Keys : ICollection
private override Keys : ICollection
Jazyk JScript nepodporuje explicitní implementace rozhraní.

Hodnota vlastnosti

Typ: System.Collections.ICollection
Vrátí ICollection obsahující klíče IDictionary.

Implementuje

IDictionary.Keys

Poznámky

Tato metoda poskytuje implementaci Keys vlastnost.Další informace naleznete Keys vlastnosti knihovna tříd.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DataConnectionProperties Třída

Microsoft.VisualStudio.Data – obor názvů