PropertyDescriptorCollection.IDictionary.Keys Eigenschap

Definitie

Hiermee haalt u een ICollection met de sleutels van de 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

Waarde van eigenschap

Een ICollection met de sleutels van de IDictionary.

Implementeringen

Opmerkingen

Dit lid is een expliciete implementatie van interfaceleden. Deze kan alleen worden gebruikt wanneer het PropertyDescriptorCollection exemplaar naar een IDictionary interface wordt gecast.

Van toepassing op