DbConnectionStringBuilder.IDictionary.Item[Object] 属性

定义

获取或设置具有指定键的元素。

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; }
object? System.Collections.IDictionary.Item[object keyword] { get; set; }
member this.System.Collections.IDictionary.Item(obj) : obj with get, set
 Property Item(keyword As Object) As Object Implements IDictionary.Item

参数

keyword
Object

要获取或设置的元素的键。

属性值

带有指定键的元素。

实现

注解

此成员是显式接口成员的实现。 它只能在 DbConnectionStringBuilder 实例被强制转换为 IDictionary 接口时使用。

有关详细信息,请参阅 Item[]

适用于

另请参阅