ResourceDictionary.Keys 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個 ResourceDictionary 中包含的所有索引鍵的集合。
public:
property System::Collections::ICollection ^ Keys { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection Keys { get; }
member this.Keys : System.Collections.ICollection
Public ReadOnly Property Keys As ICollection
屬性值
所有索引鍵的集合。
實作
備註
此屬性存在,因為它是必要的 IDictionary ,但 Keys 通常不適用於大部分 ResourceDictionary 的案例。
傳回的索引鍵不包含 中的 MergedDictionaries 索引鍵。 此外,索引鍵集合也是基底字典中索引鍵的快照集。 如果您後續對此 ResourceDictionary 進行變更,則儲存 Keys 的 不會反映變更。