TestManagementService.Initialize Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Called by the test framework to connect an instance of this class to the server.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Sub Initialize ( _
server As TfsTeamProjectCollection _
)
public void Initialize(
TfsTeamProjectCollection server
)
public:
virtual void Initialize(
TfsTeamProjectCollection^ server
) sealed
abstract Initialize :
server:TfsTeamProjectCollection -> unit
override Initialize :
server:TfsTeamProjectCollection -> unit
public final function Initialize(
server : TfsTeamProjectCollection
)
Parameters
server
Type: Microsoft.TeamFoundation.Client.TfsTeamProjectCollectionA collection of projects on the server.
Implements
ITfsTeamProjectCollectionObject.Initialize(TfsTeamProjectCollection)
.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.