Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the name of the manifest file to generate.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
Property ManifestFile As String
Dim instance As VCLinkerTool
Dim value As String
value = instance.ManifestFile
instance.ManifestFile = value
string ManifestFile { get; set; }
property String^ ManifestFile {
String^ get ();
void set (String^ value);
}
function get ManifestFile () : String
function set ManifestFile (value : String)
Property Value
Type: System.String
A string representing the name of the manifest file.
Permissions
- 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
Concepts
/MANIFEST (Create Side-by-Side Assembly Manifest)
/MANIFESTDEPENDENCY (Specify Manifest Dependencies)
/MANIFESTFILE (Name Manifest File)