ILocalizedNameDictionary Interface

Represents a collection of localized names, indexed by locale identifiers (LCIDs).

Namespace:  Microsoft.BusinessData.MetadataModel.Collections
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

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

See Also

Reference

ILocalizedNameDictionary Members

Microsoft.BusinessData.MetadataModel.Collections Namespace