This documentation is archived and is not being maintained.

TfsConfigurationServer::InitializeTeamFoundationObject Method

Initializes the specified Team Foundation Server object.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

protected:
virtual Object^ InitializeTeamFoundationObject(
	String^ fullName, 
	Object^ instance
) override

Parameters

fullName
Type: System::String

The name of the object.

instance
Type: System::Object

The object instance to initialize.

Return Value

Type: System::Object
The initialized object instance.

Show: