Partilhar via


Propriedade VCManifestTool.OutputManifestFile

Define ou obtém o arquivo de manifesto de saída.

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

Sintaxe

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

Valor de propriedade

Tipo: System.String
A seqüência de caracteres contendo o nome do arquivo de manifesto que está sendo criado.

Segurança do .NET Framework

Consulte também

Referência

VCManifestTool 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)