TfsConfigurationServer.InitializeTeamFoundationObject Method
Initializes the specified Team Foundation Server object.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Protected Overrides Function InitializeTeamFoundationObject ( _
fullName As String, _
instance As Object _
) As Object
protected override Object InitializeTeamFoundationObject(
string fullName,
Object instance
)
protected:
virtual Object^ InitializeTeamFoundationObject(
String^ fullName,
Object^ instance
) override
abstract InitializeTeamFoundationObject :
fullName:string *
instance:Object -> Object
override InitializeTeamFoundationObject :
fullName:string *
instance:Object -> Object
protected override function InitializeTeamFoundationObject(
fullName : String,
instance : Object
) : Object
Parameters
fullName
Type: System.StringThe name of the object.
instance
Type: System.ObjectThe object instance to initialize.
Return Value
Type: System.Object
The initialized object instance.
.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.