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.
This member overrides TfsConnection.InitializeTeamFoundationObject(String, 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
- instance
Type: System.Object
Return Value
Type: System.Object
Returns Object.
.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.