GenerateOfficeAddInManifest.OutputManifest 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 the section of an application manifest that describes an Office add-in.
public:
property Microsoft::Build::Framework::ITaskItem ^ OutputManifest { Microsoft::Build::Framework::ITaskItem ^ get(); };
[Microsoft.Build.Framework.Output]
public Microsoft.Build.Framework.ITaskItem OutputManifest { get; }
[<Microsoft.Build.Framework.Output>]
member this.OutputManifest : Microsoft.Build.Framework.ITaskItem
Public ReadOnly Property OutputManifest As ITaskItem
Property Value
An ITaskItem that represents the Office solutions in Visual Studio section of an application manifest file that describes an add-in.
- Attributes