PregenerateApplicationManifest.TargetFileName Property
Gets or sets the relative or fully qualified path of the application manifest.
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 TargetFileName As String
'Usage
Dim instance As PregenerateApplicationManifest
Dim value As String
value = instance.TargetFileName
instance.TargetFileName = value
[RequiredAttribute]
public string TargetFileName { get; set; }
[RequiredAttribute]
public:
property String^ TargetFileName {
String^ get ();
void set (String^ value);
}
public function get TargetFileName () : String
public function set TargetFileName (value : String)
Property Value
Type: System.String
The relative or fully qualified path of the application manifest.
Remarks
The TargetFileName 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