Compartilhar via


INamedPropertyDictionary interface

Representa a coleção de propriedades nomeadas.

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

Sintaxe

'Declaração
Public Interface INamedPropertyDictionary _
    Inherits IReadOnlyNamedDictionary(Of Object), IReadOnlyDictionary(Of String, Object),  _
    IReadOnlyCollection(Of KeyValuePair(Of String, Object)), IEnumerable
'Uso
Dim instance As INamedPropertyDictionary
public interface INamedPropertyDictionary : IReadOnlyNamedDictionary<Object>, 
    IReadOnlyDictionary<string, Object>, IReadOnlyCollection<KeyValuePair<string, Object>>, 
    IEnumerable

Ver também

Referência

INamedPropertyDictionary membros

Microsoft.BusinessData.MetadataModel.Collections namespace