VCLinkerTool.EnableUAC Eigenschaft

Definition

Ruft einen Wert ab oder legt einen Wert fest, der steuert, ob UAC-Informationen im Programmmanifest eingebettet sind.

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

Eigenschaftswert

Boolean

true, wenn UAC-Manifestinformationen eingebettet sind; andernfalls false.

Attribute

Hinweise

Weitere Informationen finden Sie in der Linkeroption/MANIFESTUAC (Einbetten von UAC-Informationen in Manifest) .

Gilt für