PropertyDescriptorCollection.IDictionary.Keys Egenskap
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Hämtar en ICollection som innehåller nycklarna för 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
Egenskapsvärde
En ICollection som innehåller nycklarna i IDictionary.
Implementeringar
Kommentarer
Den här medlemmen är en explicit implementering av gränssnittsmedlemmar. Den kan endast användas när instansen PropertyDescriptorCollection skickas till ett IDictionary gränssnitt.