Share via


PregenerateApplicationManifest.EmbeddedManifestFileName Property

Gets or sets the file name of the add-in specific part of an application manifest to describe the add-in.

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

Syntax

'Declaration
<RequiredAttribute> _
Public Property EmbeddedManifestFileName As String
'Usage
Dim instance As PregenerateApplicationManifest 
Dim value As String 

value = instance.EmbeddedManifestFileName

instance.EmbeddedManifestFileName = value
[RequiredAttribute]
public string EmbeddedManifestFileName { get; set; }
[RequiredAttribute]
public:
property String^ EmbeddedManifestFileName {
    String^ get ();
    void set (String^ value);
}
public function get EmbeddedManifestFileName () : String 
public function set EmbeddedManifestFileName (value : String)

Property Value

Type: System.String
The file name of the add-in specific part of an application manifest to describe the add-in.

Remarks

The EmbeddedManifestFileName property must be assigned before Execute is called.

.NET Framework Security

See Also

Reference

PregenerateApplicationManifest Class

PregenerateApplicationManifest Members

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