VCLinkerTool.AllowIsolation, propriété

Obtient ou définit une valeur indiquant s'il faut rechercher un fichier manifeste sans assemblys côte à côte.

Espace de noms :  Microsoft.VisualStudio.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean
true si le fichier manifeste est recherché sans autres assemblys ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

VCLinkerTool Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms

Autres ressources

/ALLOWISOLATION

/ALLOWISOLATION (Recherche de manifeste)