VCLibrarianTool.OutputFile Property

Gets or sets the default output file name; the default is based on the first .lib or .obj name on the command line.

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

Syntax

声明
Property OutputFile As String
用法
Dim instance As VCLibrarianTool
Dim value As String

value = instance.OutputFile

instance.OutputFile = value
string OutputFile { get; set; }
property String^ OutputFile {
    String^ get ();
    void set (String^ value);
}
function get OutputFile () : String
function set OutputFile (value : String)

Property Value

Type: System.String

The default output file name.

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.

Permissions

See Also

Reference

VCLibrarianTool Interface

VCLibrarianTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace