GenerateOfficeDocumentManifest.OutputManifest Property
Gets the XML of the sections of an application manifest for an Office document-level customization.
Namespace: Microsoft.VisualStudio.Tools.Office.BuildTasks
Assembly: Microsoft.VisualStudio.Tools.Office.BuildTasks (in Microsoft.VisualStudio.Tools.Office.BuildTasks.dll)
Syntax
'Declaration
<OutputAttribute> _
Public ReadOnly Property OutputManifest As ITaskItem
[OutputAttribute]
public ITaskItem OutputManifest { get; }
Property Value
Type: Microsoft.Build.Framework.ITaskItem
An ITaskItem that contains the XML of the Office solutions in Visual Studio sections of an application manifest for a document-level customization.
.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.