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.
Initializes a new instance of the ClientContext object.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Dichiarazione
Public Sub New ( _
command As String _
)
public ClientContext(
string command
)
public:
ClientContext(
String^ command
)
new :
command:string -> ClientContext
public function ClientContext(
command : String
)
Parameters
- command
Type: System.String
The command that created this context.
.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.