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
'Usage
Dim instance As VCLibrarianTool 
Dim value As String 

value = instance.ModuleDefinitionFile

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

Property Value

Type: System.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

VCLibrarianTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace