VCLibrarianTool.ModuleDefinitionFile Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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); };
C++/CX
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
The specified module definition file.
- Attributes
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.
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |