Share via


RegisterFormRegions.FormRegionNamesAndMessageClasses Property

Gets or sets an array of ITaskItem objects that represent the form region names and message classes.

Namespace:  Microsoft.VisualStudio.Tools.Office.BuildTasks
Assembly:  Microsoft.VisualStudio.Tools.Office.BuildTasks (in Microsoft.VisualStudio.Tools.Office.BuildTasks.dll)

Syntax

'Declaration
<OutputAttribute> _
Public Property FormRegionNamesAndMessageClasses As ITaskItem()
[OutputAttribute]
public ITaskItem[] FormRegionNamesAndMessageClasses { get; set; }

Property Value

Type: array<Microsoft.Build.Framework.ITaskItem[]
An array of ITaskItem objects that represent the form region names and message classes.

Remarks

The ITaskItem contains two pieces of data that are referred to by name:

  1. FormRegionName, which stores the form region name as a string.

  2. MessageClasses, which is a string array that contains every message class as a separate element.

.NET Framework Security

See Also

Reference

RegisterFormRegions Class

Microsoft.VisualStudio.Tools.Office.BuildTasks Namespace