Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.String
The name of the object.
- instance
Type: System.Object
The 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.