Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the XML of the Visual Studio Tools for Office sections of an application manifest for a 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
'Usage
Dim instance As GenerateOfficeDocumentManifest 
Dim value As ITaskItem 
value = instance.OutputManifest
[OutputAttribute]
public ITaskItem OutputManifest { get; }
[OutputAttribute]
public:
property ITaskItem^ OutputManifest {
    ITaskItem^ get ();
}
public function get OutputManifest () : ITaskItem
Property Value
Type: Microsoft.Build.Framework.ITaskItem
An ITaskItem that contains the XML of the Visual Studio Tools for Office 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.
See Also
Reference
GenerateOfficeDocumentManifest Class