DynamicType.IDictionary.Item - Propriété
Obtient ou définit un champ avec la clé spécifiée.
Espace de noms : Microsoft.BusinessData.Runtime
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
Private Property Item ( _
key As Object _
) As Object Implements IDictionary.Item
Get
Set
'Utilisation
Dim instance As DynamicType
Dim key As Object
Dim value As Object
value = CType(instance, IDictionary).Item(key)
CType(instance, IDictionary).Item(key) = value
Object IDictionary.this[
Object key
] { get; set; }
Paramètres
key
Type : System.ObjectLa clé du champ.
Valeur de propriété
Type : System.Object
Le champ avec la clé spécifiée.