Partilhar via


Propriedade VCLinkerTool.ManifestFile

Obtém ou define o nome do arquivo de manifesto para gerar.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxe

'Declaração
Property ManifestFile As String
string ManifestFile { get; set; }
property String^ ManifestFile {
    String^ get ();
    void set (String^ value);
}
abstract ManifestFile : string with get, set
function get ManifestFile () : String
function set ManifestFile (value : String)

Valor de propriedade

Tipo: System.String
Uma cadeia de caracteres representando o nome do arquivo de manifesto.

Segurança do .NET Framework

Consulte também

Referência

VCLinkerTool Interface

Namespace Microsoft.VisualStudio.VCProjectEngine

Outros recursos

/ MANIFESTO (criar o manifesto do Assembly lado a lado)

/ MANIFESTDEPENDENCY (Especifica o manifesto dependências)

/ MANIFESTFILE (arquivo de manifesto do nome)