BamlLocalizationDictionaryEnumerator.Entry プロパティ

定義

現在位置の DictionaryEntry オブジェクトを取得します。

public:
 property System::Collections::DictionaryEntry Entry { System::Collections::DictionaryEntry get(); };
public System.Collections.DictionaryEntry Entry { get; }
member this.Entry : System.Collections.DictionaryEntry
Public ReadOnly Property Entry As DictionaryEntry

プロパティ値

現在位置のエントリのキーと値が格納されているオブジェクト。

実装

適用対象