Partager via


VCLinkerTool.EntryPointSymbol, propriété

Obtient ou définit l'adresse de départ (point d'entrée) pour un fichier .exe ou une DLL.

Espace de noms :  Microsoft.VisualStudio.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Déclaration
Property EntryPointSymbol As String
string EntryPointSymbol { get; set; }
property String^ EntryPointSymbol {
    String^ get ();
    void set (String^ value);
}
abstract EntryPointSymbol : string with get, set
function get EntryPointSymbol () : String 
function set EntryPointSymbol (value : String)

Valeur de propriété

Type : String
Adresse de départ pour un fichier .exe ou .dll.

Notes

EntryPointSymbol expose les fonctions de l'option /ENTRY (Symbole de point d'entrée) de l'éditeur de liens.

Sécurité .NET Framework

Voir aussi

Référence

VCLinkerTool Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms