BamlLocalizationDictionary.Keys プロパティ

定義

BamlLocalizationDictionary オブジェクト内のすべてのキーを含むコレクションを取得します。

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

プロパティ値

オブジェクト内のすべてのキーを含むコレクション。

実装

適用対象