Freigeben über


VCLinkerTool.AllowIsolation-Eigenschaft

Ruft einen Wert ab, der angibt, ob eine Manifestdatei ohne parallele Assemblys gesucht werden soll, oder legt diesen fest.

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

Syntax

'Declaration
Property AllowIsolation As Boolean
bool AllowIsolation { get; set; }
property bool AllowIsolation {
    bool get ();
    void set (bool value);
}
abstract AllowIsolation : bool with get, set
function get AllowIsolation () : boolean
function set AllowIsolation (value : boolean)

Eigenschaftswert

Typ: System.Boolean
true , wenn die Manifestdatei ohne weitere Assemblys gesucht wird, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCLinkerTool Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace

Weitere Ressourcen

/ALLOWISOLATION

/ALLOWISOLATION (Manifestsuche)