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 the property in this collection that has the specified name.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Default Property Item ( _
key As String _
) As Object
Get
Set
public Object this[
string key
] { get; set; }
public:
property Object^ default[String^ key] {
Object^ get (String^ key);
void set (String^ key, Object^ value);
}
member Item : Object with get, set
JScript does not support indexed properties.
Parameters
- key
Type: System.String
The property name.
Property Value
Type: System.Object
The property in this collection that has the specified name.
.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.