Partilhar via


Propriedade VCManifestTool.ManifestResourceFile

Define ou obtém o arquivo de recurso de manifesto.

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

Sintaxe

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

Valor de propriedade

Tipo: System.String
A seqüência de caracteres que contém o nome do arquivo de recurso de manifesto.

Segurança do .NET Framework

Consulte também

Referência

VCManifestTool Interface

Namespace Microsoft.VisualStudio.VCProjectEngine