IPropertyValue::GetInt32, méthode (windows.foundation.h)
Obtient la valeur entière 32 bits signée qui est stockée dans l’objet IPropertyValue actuel.
Syntaxe
HRESULT GetInt32(
[out, retval] INT32 *value
);
Paramètres
[out, retval] value
Type : INT32*
Valeur entière 32 bits signée.
Valeur retournée
Type : HRESULT
Cette méthode peut retourner l’une de ces valeurs.
Code de retour | Description |
---|---|
|
La valeur de la propriété a été retournée avec succès. |
|
valeurnull. |
|
Le type de valeur ne correspond pas à la propriété Type . |
Configuration requise
Client minimal pris en charge | Windows 8 |
Serveur minimal pris en charge | Windows Server 2012 |
Plateforme cible | Windows |
En-tête | windows.foundation.h |