VCLibrarianTool.ModuleDefinitionFile Property

Definition

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

public:
 property System::String ^ ModuleDefinitionFile { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ ModuleDefinitionFile { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(6)]
public string ModuleDefinitionFile { [System.Runtime.InteropServices.DispId(6)] get; [System.Runtime.InteropServices.DispId(6)] set; }
[<System.Runtime.InteropServices.DispId(6)>]
[<get: System.Runtime.InteropServices.DispId(6)>]
[<set: System.Runtime.InteropServices.DispId(6)>]
member this.ModuleDefinitionFile : string with get, set
Public Property ModuleDefinitionFile As String

Property Value

The specified module definition file.

Attributes

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.

Applies to