Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a value for a specified property on the DDEX provider. Raises the PropertyChanged() event if the property is set.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Overridable Default Property Item ( _
key As String _
) As Object
Get
Set
public virtual Object this[
string key
] { get; set; }
public:
virtual property Object^ default[String^ key] {
Object^ get (String^ key);
void set (String^ key, Object^ value);
}
abstract Item : Object with get, set
override Item : Object with get, set
JScript does not support indexed properties.
Parameters
- key
Type: System.String
Name of the property for which a value is retrieved or set.
Property Value
Type: System.Object
The value for the property with the specified name.
Implements
IDictionary<TKey, TValue>.Item[TKey]
.NET Framework Security
- 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.