ResourceDictionary.Keys Vlastnost
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Kolekce identifikátorů string, které jsou klíči v objektu ResourceDictionary.
public System.Collections.Generic.ICollection<string> Keys { get; }
member this.Keys : System.Collections.Generic.ICollection<string>
Hodnota vlastnosti
System.Collections.Generic.ICollection<System.String>
Implementuje
System.Collections.Generic.IDictionary`2.Keys