VCLinkerTool.LinkDLL Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob eine DLL als Hauptausgabe erstellt werden soll, oder legt diesen fest.

public:
 property bool LinkDLL { bool get(); void set(bool value); };
public:
 property bool LinkDLL { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(28)]
public bool LinkDLL { [System.Runtime.InteropServices.DispId(28)] get; [System.Runtime.InteropServices.DispId(28)] set; }
[<System.Runtime.InteropServices.DispId(28)>]
[<get: System.Runtime.InteropServices.DispId(28)>]
[<set: System.Runtime.InteropServices.DispId(28)>]
member this.LinkDLL : bool with get, set
Public Property LinkDLL As Boolean

Eigenschaftswert

Boolean

true, wenn eine DLL erstellt wird, andernfalls false.

Attribute

Hinweise

LinkDLL macht die Funktionalität der Linkeroption /dll (Build a DLL) verfügbar.

Verwenden ConfigurationType Sie, um den Anwendungstyp zu ändern.

Gilt für