VCCLCompilerTool.floatingPointModel, propriété
Définit ou obtient le modèle de virgule flottante.
Espace de noms : Microsoft.VisualStudio.VCProjectEngine
Assembly : Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)
Syntaxe
'Déclaration
Property floatingPointModel As floatingPointModel
floatingPointModel floatingPointModel { get; set; }
property floatingPointModel floatingPointModel {
floatingPointModel get ();
void set (floatingPointModel value);
}
abstract floatingPointModel : floatingPointModel with get, set
function get floatingPointModel () : floatingPointModel
function set floatingPointModel (value : floatingPointModel)
Valeur de propriété
Type : Microsoft.VisualStudio.VCProjectEngine.floatingPointModel
Valeur d'énumération floatingPointModel.
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.