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

Implements

ITfsTeamProjectCollectionObject.Initialize(TfsTeamProjectCollection)

.NET Framework Security

See Also

Reference

TestManagementService Class

Microsoft.TeamFoundation.TestManagement.Client Namespace