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

属性值

DictionaryEntry

一个对象,包含当前位置条目的键和值。

实现

适用于