Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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:
FormRegionName, which stores the form region name as a string.
MessageClasses, which is a string array that contains every message class as a separate element.
.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.