Compartir a través de


AdoDotNetConnectionProperties.IDictionary.Item (Propiedad)

从当前 IDictionary实例检索一个项元素,或使用指定键的。

Espacio de nombres:  Microsoft.VisualStudio.Data.AdoDotNet
Ensamblado:  Microsoft.VisualStudio.Data (en Microsoft.VisualStudio.Data.dll)

Sintaxis

'Declaración
Private Property Item ( _
    key As Object _
) As Object Implements IDictionary.Item
Object IDictionary.this[
    Object key
] { get; set; }
private:
virtual property Object^ Item[Object^ key] {
    Object^ get (Object^ key) sealed = IDictionary::Item::get;
    void set (Object^ key, Object^ value) sealed = IDictionary::Item::set;
}
private abstract Item : 
        key:Object -> Object with get, set 
private override Item : 
        key:Object -> Object with get, set
JScript no admite implementaciones explícitas de interfaces.

Parámetros

  • key
    Tipo: Object

    找到的项的键。

Valor de propiedad

Tipo: Object
返回具有指定键的元素。

Implementaciones

IDictionary.Item

Comentarios

此方法提供 Item 属性的实现。 有关更多信息在 .NET Framework 类库中看到 Item 属性。

Seguridad de .NET Framework

Vea también

Referencia

AdoDotNetConnectionProperties Clase

Microsoft.VisualStudio.Data.AdoDotNet (Espacio de nombres)