CustomTaskPaneCollection Constructor

This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the CustomTaskPaneCollection class.

Namespace:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)

Syntax

'Declaration
Public Sub New
'Usage

Dim instance As New CustomTaskPaneCollection()
public CustomTaskPaneCollection()

Remarks

Do not create your own instance of CustomTaskPaneCollection. Instead, use the CustomTaskPanes field of the ThisAddIn class. For more information about the ThisAddIn class, see Programming Application-Level Add-Ins and AddIn Host Item.

.NET Framework Security

See Also

Reference

CustomTaskPaneCollection Class

CustomTaskPaneCollection Members

CustomTaskPaneCollection Overload

Microsoft.Office.Tools Namespace