This documentation is archived and is not being maintained.
TfsConfigurationServer::InitializeTeamFoundationObject Method
Visual Studio 2013
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.
- 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.
Show: