مشاركة عبر


VCLinkerTool.EnableUAC Property

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'إقرار
Property EnableUAC As Boolean
    Get
    Set
'الاستخدام
Dim instance As VCLinkerTool
Dim value As Boolean

value = instance.EnableUAC

instance.EnableUAC = value
bool EnableUAC { get; set; }
property bool EnableUAC {
    bool get ();
    void set (bool value);
}
abstract EnableUAC : bool with get, set
function get EnableUAC () : boolean
function set EnableUAC (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

VCLinkerTool Interface

VCLinkerTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace