Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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