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
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public MustOverride Function ActivatePlugin ( _
pluginInterface As Type _
) As Object
public abstract Object ActivatePlugin(
Type pluginInterface
)
public:
virtual Object^ ActivatePlugin(
Type^ pluginInterface
) abstract
abstract ActivatePlugin :
pluginInterface:Type -> Object
public abstract function ActivatePlugin(
pluginInterface : Type
) : Object
Parameters
- pluginInterface
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.