GenerateOfficeAddInManifest.FormRegionNamesAndMessageClasses Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets information about the form regions in the customization assembly.
public:
property cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ FormRegionNamesAndMessageClasses { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); void set(cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ value); };
public Microsoft.Build.Framework.ITaskItem[] FormRegionNamesAndMessageClasses { get; set; }
member this.FormRegionNamesAndMessageClasses : Microsoft.Build.Framework.ITaskItem[] with get, set
Public Property FormRegionNamesAndMessageClasses As ITaskItem()
Property Value
An array of ITaskItem objects that represents information about the form regions in the customization assembly.