Partager via


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

Obtient le tableau de valeurs de chaîne qui est stocké dans l’objet IPropertyValue actuel.

Syntaxe

HRESULT GetStringArray(
        UINT32  *valueLength,
  [out] HSTRING **value
);

Paramètres

valueLength

[out] value

Type : HSTRING**

Tableau de valeurs de chaîne.

Les chaînes retournées doivent être libérées à l’aide de WindowsDeleteString. Les objets retournés doivent être libérés à l’aide de IUnknown::Release.

Valeur retournée

Type : HRESULT

Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

Spécifications

   
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::CreateStringArray