VCLibrarianTool.OutputFile Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le nom de fichier de sortie par défaut ; le nom par défaut est basé sur le premier nom .lib ou .obj sur la ligne de commande.
public:
property System::String ^ OutputFile { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ OutputFile { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(2)]
public string OutputFile { [System.Runtime.InteropServices.DispId(2)] get; [System.Runtime.InteropServices.DispId(2)] set; }
[<System.Runtime.InteropServices.DispId(2)>]
[<get: System.Runtime.InteropServices.DispId(2)>]
[<set: System.Runtime.InteropServices.DispId(2)>]
member this.OutputFile : string with get, set
Public Property OutputFile As String
Valeur de propriété
Nom de fichier de sortie par défaut.
- Attributs
Remarques
OutputFile expose les fonctionnalités de l’option /out (nom du fichier de sortie) de l’éditeur de liens, de la génération d’une bibliothèque d’importation et de l’option de fichier d’exportation, ainsi que de l’option BSCMake options de l’outil BSCMAKE.