VCManifestTool.UseFAT32Workaround, propriété
Obtient ou définit une valeur indiquant s'il faut utiliser la solution de contournement FAT32.
Espace de noms : Microsoft.VisualStudio.VCProjectEngine
Assembly : Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)
Syntaxe
'Déclaration
Property UseFAT32Workaround As Boolean
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)
Valeur de propriété
Type : System.Boolean
Retourne un Boolean. true si vous utilisez le contournement FAT32.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.