ISPWManagedToolAddin Interface

Provides the add-in handlers that control the add-in tool lifetime events.

This API is not CLS-compliant. 

Namespace:  Microsoft.Office.SharePointWorkspace.AddIn
Assembly:  Microsoft.Office.SharePointWorkspace.AddIn.Interface (in Microsoft.Office.SharePointWorkspace.AddIn.Interface.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public Interface ISPWManagedToolAddin
'Usage
Dim instance As ISPWManagedToolAddin
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public interface ISPWManagedToolAddin

Remarks

To develop an add-in tool, you provide an implementation of this interface.

See Also

Reference

ISPWManagedToolAddin Members

Microsoft.Office.SharePointWorkspace.AddIn Namespace