PropertyDescriptorCollection.IDictionary.Keys Eigenschaft

Definition

Ruft einen ICollection mit den Schlüsseln der .IDictionary

property System::Collections::ICollection ^ System::Collections::IDictionary::Keys { System::Collections::ICollection ^ get(); };
System.Collections.ICollection System.Collections.IDictionary.Keys { get; }
member this.System.Collections.IDictionary.Keys : System.Collections.ICollection
 ReadOnly Property Keys As ICollection Implements IDictionary.Keys

Eigenschaftswert

Eine ICollection mit den Schlüsseln der IDictionary.

Implementiert

Hinweise

Dieses Element ist eine explizite Schnittstellenmitgliedsimplementierung. Sie kann nur verwendet werden, wenn die PropertyDescriptorCollection Instanz in eine IDictionary Schnittstelle umgegossen wird.

Gilt für: