GenerateOfficeAddInManifest.FormRegionNamesAndMessageClasses Property
Gets or sets information about the form regions in the customization assembly.
Namespace: Microsoft.VisualStudio.Tools.Office.BuildTasks
Assembly: Microsoft.VisualStudio.Tools.Office.BuildTasks (in Microsoft.VisualStudio.Tools.Office.BuildTasks.dll)
Syntax
'Declaration
Public Property FormRegionNamesAndMessageClasses As ITaskItem()
public ITaskItem[] FormRegionNamesAndMessageClasses { get; set; }
Property Value
Type: array<Microsoft.Build.Framework.ITaskItem[]
An array of ITaskItem objects that represents information about the form regions in the customization assembly.
.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.