Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the section of an application manifest that describes an Office add-in.
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 represents the Office solutions in Visual Studio section of an application manifest file that describes an add-in.
.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.