VCManifestTool.UseFAT32Workaround Property

Gets or set whether to use the FAT32 work around.

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

Syntax

声明
Property UseFAT32Workaround As Boolean
用法
Dim instance As VCManifestTool
Dim value As Boolean

value = instance.UseFAT32Workaround

instance.UseFAT32Workaround = value
bool UseFAT32Workaround { get; set; }
property bool UseFAT32Workaround {
    bool get ();
    void set (bool value);
}
function get UseFAT32Workaround () : boolean
function set UseFAT32Workaround (value : boolean)

Property Value

Type: System.Boolean

Returns a Boolean. true if using FAT32 work around.

Permissions

See Also

Reference

VCManifestTool Interface

VCManifestTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace