Partager via


Méthode IPropertyValue ::GetDouble (windows.foundation.h)

Obtient la valeur à virgule flottante 64 bits stockée dans l’objet IPropertyValue actuel.

Syntaxe

HRESULT GetDouble(
  [out, retval] DOUBLE *value
);

Paramètres

[out, retval] value

Type : DOUBLE*

Valeur à virgule flottante 64 bits.

Valeur retournée

Type : HRESULT

Cette méthode peut retourner l’une de ces valeurs.

Code de retour Description
S_OK
La valeur de la propriété a été retournée avec succès.
E_POINTER
la valeur est NULL.
E_INCORRECT_TYPE
Le type de valeur ne correspond pas à la propriété Type .

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 8
Serveur minimal pris en charge Windows Server 2012
Plateforme cible Windows
En-tête windows.foundation.h

Voir aussi

IPropertyValue

IPropertyValueStatics ::CreateDouble