PluginRecord.ActivatePlugin Method (Type)
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
声明
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
.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.