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 override function InitializeTeamFoundationObject( fullName : String, instance : Object ) : Object
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: