DbConnectionStringBuilder.IDictionary.Item[Object] Propriété
Définition
Obtient ou définit l'élément à l'aide de la clé spécifiée.Gets or sets the element with the specified key.
property System::Object ^ System::Collections::IDictionary::Item[System::Object ^] { System::Object ^ get(System::Object ^ keyword); void set(System::Object ^ keyword, System::Object ^ value); };
object System.Collections.IDictionary.Item[object keyword] { get; set; }
Property Item(keyword As Object) As Object Implements IDictionary.Item
Paramètres
- keyword
- Object
Clé de l'élément à obtenir ou définir.The key of the element to get or set.
Valeur de propriété
Élément correspondant à la clé spécifiée.The element with the specified key.
Implémente
Remarques
Ce membre est une implémentation d'un membre d'interface explicite.This member is an explicit interface member implementation. Il peut uniquement être utilisé lorsque l'instance de DbConnectionStringBuilder est castée en interface IDictionary.It can be used only when the DbConnectionStringBuilder instance is cast to an IDictionary interface.
Pour plus d'informations, consultez Item[Object].For more information, see Item[Object].