PregenerateApplicationManifest.OutputPath Property
Gets or sets the relative or fully qualified path of the generated application manifest template.
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 OutputPath As String
'Usage
Dim instance As PregenerateApplicationManifest
Dim value As String
value = instance.OutputPath
instance.OutputPath = value
[RequiredAttribute]
public string OutputPath { get; set; }
[RequiredAttribute]
public:
property String^ OutputPath {
String^ get ();
void set (String^ value);
}
public function get OutputPath () : String
public function set OutputPath (value : String)
Property Value
Type: System.String
The relative or fully qualified path of the generated application manifest template.
Remarks
The OutputPath property is the folder where the application manifest template will be written.
The OutputPath property must be assigned before Execute is called.
.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
PregenerateApplicationManifest Class
PregenerateApplicationManifest Members
Microsoft.VisualStudio.Tools.Applications.Hosting.CodeGeneration Namespace