Dela via


FormRegionCustomActionCollection Constructor (2007 System)

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 FormRegionCustomActionCollection class.

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

Syntax

'Declaration
Public Sub New
'Usage
Dim instance As New FormRegionCustomActionCollection()
public FormRegionCustomActionCollection()
public:
FormRegionCustomActionCollection()
public function FormRegionCustomActionCollection()

Remarks

Do not use the FormRegionCustomActionCollection constructor to create a new FormRegionCustomActionCollection object. Add a FormRegionCustomAction to the FormRegionCustomActionCollection returned by the CustomActions property of the FormRegionManifest class.

.NET Framework Security

See Also

Reference

FormRegionCustomActionCollection Class

FormRegionCustomActionCollection Members

FormRegionCustomActionCollection Overload

Microsoft.Office.Tools.Outlook Namespace