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

適用対象