Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Get
Set
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: 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
- 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.