Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the value that is associated with the key in the dictionary.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
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 : Object with get, set
private override Item : Object with get, set
JScript does not support explicit interface implementations.
Parameters
- key
Type: System.Object
The key for which a value is desired.
Property Value
Type: System.Object
The value that is associated with the specified key.
Implements
.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.