TfsConnection.CreateInternalProxy Method
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'宣言
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.