Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'宣言
Private Property Item ( _
key As Object _
) As Object Implements IDictionary.Item
'使用
Dim instance As DataConnectionProperties
Dim key As Object
Dim value As Object
value = CType(instance, IDictionary).Item(key)
CType(instance, IDictionary).Item(key) = value
Object IDictionary.Item[
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;
}
JScript does not support explicit interface implementations.
Parameters
- key
Type: System.Object
Property Value
Type: System.Object
Implements
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DataConnectionProperties Class