INamedPropertyDictionary - Interface
Représente la collection de propriétés nommées.
Espace de noms : Microsoft.BusinessData.MetadataModel.Collections
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
Public Interface INamedPropertyDictionary _
Inherits IReadOnlyNamedDictionary(Of Object), IReadOnlyDictionary(Of String, Object), _
IReadOnlyCollection(Of KeyValuePair(Of String, Object)), IEnumerable
'Utilisation
Dim instance As INamedPropertyDictionary
public interface INamedPropertyDictionary : IReadOnlyNamedDictionary<Object>,
IReadOnlyDictionary<string, Object>, IReadOnlyCollection<KeyValuePair<string, Object>>,
IEnumerable
Voir aussi
Référence
INamedPropertyDictionary - Membres
Microsoft.BusinessData.MetadataModel.Collections - Espace de noms