VCManifestTool.UseFAT32Workaround 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置是否使用 FAT32 解决方法。
public:
property bool UseFAT32Workaround { bool get(); void set(bool value); };
public:
property bool UseFAT32Workaround { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(21)]
public bool UseFAT32Workaround { [System.Runtime.InteropServices.DispId(21)] get; [System.Runtime.InteropServices.DispId(21)] set; }
[<System.Runtime.InteropServices.DispId(21)>]
[<get: System.Runtime.InteropServices.DispId(21)>]
[<set: System.Runtime.InteropServices.DispId(21)>]
member this.UseFAT32Workaround : bool with get, set
Public Property UseFAT32Workaround As Boolean
属性值
返回布尔值。 true 如果使用 FAT32,请解决。
- 属性