Proprietà VCLinkerTool.ManifestFile
Ottiene o imposta il nome del file manifesto da generare.
Spazio dei nomi: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
Tipo: String
Stringa che rappresenta il nome del file manifesto.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine
Altre risorse
/MANIFEST (Crea manifesto dell'assembly syde-by-side)