Share via


PregenerateApplicationManifest.EmbeddedManifestFileNameWithPath Property

Gets a fully qualified path of the add-in specific part of an application manifest.

Namespace:  Microsoft.VisualStudio.Tools.Applications.Hosting.CodeGeneration
Assembly:  Microsoft.VisualStudio.Tools.Applications.BuildTasks (in Microsoft.VisualStudio.Tools.Applications.BuildTasks.dll)

Syntax

'Declaration
<OutputAttribute> _
Public ReadOnly Property EmbeddedManifestFileNameWithPath As ITaskItem
'Usage
Dim instance As PregenerateApplicationManifest 
Dim value As ITaskItem 

value = instance.EmbeddedManifestFileNameWithPath
[OutputAttribute]
public ITaskItem EmbeddedManifestFileNameWithPath { get; }
[OutputAttribute]
public:
property ITaskItem^ EmbeddedManifestFileNameWithPath {
    ITaskItem^ get ();
}
public function get EmbeddedManifestFileNameWithPath () : ITaskItem

Property Value

Type: Microsoft.Build.Framework.ITaskItem
The fully qualified path of an application manifest for a host application and an add-in.

.NET Framework Security

See Also

Reference

PregenerateApplicationManifest Class

PregenerateApplicationManifest Members

Microsoft.VisualStudio.Tools.Applications.Hosting.CodeGeneration Namespace