ILocalizedNameDictionary interface
Representa uma coleção de nomes localizados, indexada por identificadores de localidade (LCID).
Namespace: Microsoft.BusinessData.MetadataModel.Collections
Assembly: Microsoft.BusinessData (em Microsoft.BusinessData.dll)
Sintaxe
'Declaração
Public Interface ILocalizedNameDictionary _
Inherits IReadOnlyDictionary(Of Integer, String), IReadOnlyCollection(Of KeyValuePair(Of Integer, String)), _
IEnumerable
'Uso
Dim instance As ILocalizedNameDictionary
public interface ILocalizedNameDictionary : IReadOnlyDictionary<int, string>,
IReadOnlyCollection<KeyValuePair<int, string>>, IEnumerable