VCLinkerTool.AllowIsolation 属性

定义

获取或设置一个值,该值指示是否不带并行程序集查找清单文件。

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

属性值

Boolean

如果不带其他程序集查找清单文件,则为 true;否则为 false

属性

适用于