VCLibrarianTool.ModuleDefinitionFile Property

Gets or sets a value indicating the specified module definition file during executable creation.

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

Syntax

'Declaration
Property ModuleDefinitionFile As String
string ModuleDefinitionFile { get; set; }
property String^ ModuleDefinitionFile {
    String^ get ();
    void set (String^ value);
}
abstract ModuleDefinitionFile : string with get, set
function get ModuleDefinitionFile () : String 
function set ModuleDefinitionFile (value : String)

Property Value

Type: String
The specified module definition file.

Remarks

ModuleDefinitionFile exposes the functionality of the linker's /DEF (Specify Module-Definition File) option and the librarian's Building an Import Library and Export File option.

.NET Framework Security

See Also

Reference

VCLibrarianTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace