ResourceDictionary.Keys 属性

定义

标识符 string 的集合,它们是 ResourceDictionary 中的键。

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

适用于