Share via


PregenerateApplicationManifest.InputManifest Property

Gets or sets 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
Public Property InputManifest As String
'Usage
Dim instance As PregenerateApplicationManifest 
Dim value As String 

value = instance.InputManifest

instance.InputManifest = value
public string InputManifest { get; set; }
public:
property String^ InputManifest {
    String^ get ();
    void set (String^ value);
}
public function get InputManifest () : String 
public function set InputManifest (value : String)

Property Value

Type: System.String
An XML string that represents the add-in specific portions of an application manifest.

Remarks

The InputManifest 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