次の方法で共有


ILocalizedNameDictionary インターフェイス

インデックス付きのロケール id (Lcid) でのローカライズされた名前のコレクションを表します。

名前空間:  Microsoft.BusinessData.MetadataModel.Collections
アセンブリ:  Microsoft.BusinessData (Microsoft.BusinessData.dll 内)

構文

'宣言
Public Interface ILocalizedNameDictionary _
    Inherits IReadOnlyDictionary(Of Integer, String), IReadOnlyCollection(Of KeyValuePair(Of Integer, String)),  _
    IEnumerable
'使用
Dim instance As ILocalizedNameDictionary
public interface ILocalizedNameDictionary : IReadOnlyDictionary<int, string>, 
    IReadOnlyCollection<KeyValuePair<int, string>>, IEnumerable

関連項目

参照先

ILocalizedNameDictionary メンバー

Microsoft.BusinessData.MetadataModel.Collections 名前空間