Compartir a través de


Interfaz INamedPropertyDictionary

Representa la colección de propiedades con nombre.

Espacio de nombres:  Microsoft.BusinessData.MetadataModel.Collections
Ensamblado:  Microsoft.BusinessData (en Microsoft.BusinessData.dll)

Sintaxis

'Declaración
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

Vea también

Referencia

Miembros INamedPropertyDictionary

Espacio de nombres Microsoft.BusinessData.MetadataModel.Collections