Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public MustOverride Function ActivatePlugin ( _
    serviceType As Guid _
) As Object
public abstract Object ActivatePlugin(
    Guid serviceType
)
public:
virtual Object^ ActivatePlugin(
    Guid serviceType
) abstract
abstract ActivatePlugin : 
        serviceType:Guid -> Object
public abstract function ActivatePlugin(
    serviceType : Guid
) : Object
Parameters
- serviceType
 Type: System.Guid
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.