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
'Declaración
Property OutputFile As String
Get
Set
string OutputFile { get; set; }
property String^ OutputFile {
String^ get ();
void set (String^ value);
}
abstract OutputFile : string with get, set
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.