ClientContext Constructor (String)
Initializes a new instance of the ClientContext object.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
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.