共用方式為


ResourceDictionary.Keys 屬性

定義

ResourceDictionary 中為索引鍵的識別碼 string 集合。

public System.Collections.Generic.ICollection<string> Keys { get; }
member this.Keys : System.Collections.Generic.ICollection<string>

屬性值

System.Collections.Generic.ICollection<System.String>

實作

System.Collections.Generic.IDictionary`2.Keys

適用於