Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or set whether to use the FAT32 work around.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property UseFAT32Workaround As Boolean
Get
Set
bool UseFAT32Workaround { get; set; }
property bool UseFAT32Workaround {
bool get ();
void set (bool value);
}
abstract UseFAT32Workaround : bool with get, set
function get UseFAT32Workaround () : boolean
function set UseFAT32Workaround (value : boolean)
Property Value
Type: System.Boolean
Returns a Boolean. true if using FAT32 work around.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.