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.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Protected Overridable Function CreateInternalProxy ( _
serviceType As Type _
) As Object
protected virtual Object CreateInternalProxy(
Type serviceType
)
protected:
virtual Object^ CreateInternalProxy(
Type^ serviceType
)
abstract CreateInternalProxy :
serviceType:Type -> Object
override CreateInternalProxy :
serviceType:Type -> Object
protected function CreateInternalProxy(
serviceType : Type
) : Object
Parameters
- serviceType
Type: System.Type
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.