VCLibrarianTool.OutputFile Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the default output file name; the default is based on the first .lib or .obj name on the command line.
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
Property Value
The default output file name.
- Attributes
Remarks
OutputFile exposes the functionality of the linker's /OUT (Output File Name) option, the librarian's Building an Import Library and Export File option, and the BSCMake tool's BSCMAKE Options option.