ClientService Constructor (TeamFoundationServer)
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)
Syntax
'宣告
Public Sub New ( _
teamFoundationServer As TeamFoundationServer _
)
public ClientService(
TeamFoundationServer teamFoundationServer
)
public:
ClientService(
TeamFoundationServer^ teamFoundationServer
)
new :
teamFoundationServer:TeamFoundationServer -> ClientService
public function ClientService(
teamFoundationServer : TeamFoundationServer
)
Parameters
- teamFoundationServer
Type: Microsoft.TeamFoundation.Client.TeamFoundationServer
.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.