Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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 Property Item ( _
key As String _
) As Object
public Object this[
string key
] { get; set; }
public:
property Object^ Item[String^ key] {
Object^ get (String^ key);
void set (String^ key, Object^ value);
}
member Item :
key:string -> Object with get, set
JScript does not support indexed properties.
Parameters
- key
Type: System.String
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.