GenerateOfficeDocumentManifest.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 XML of the sections of an application manifest for an Office document-level customization.
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 contains the XML of the Office solutions in Visual Studio sections of an application manifest for a document-level customization.
- Attributes