GenerateOfficeDocumentManifest.OutputManifest Property

Definition

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

Applies to