Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets the string value that is stored in the current IPropertyValue object.
Syntax
HRESULT GetString(
[out, retval] HSTRING *value
);
Parameters
[out, retval] value
Type: HSTRING*
The string value.
Return value
Type: HRESULT
This method can return one of these values.
| Return code | Description |
|---|---|
|
The property value was returned successfully. |
|
value is NULL. |
|
The type of value does not match the Type property. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 |
| Minimum supported server | Windows Server 2012 |
| Target Platform | Windows |
| Header | windows.foundation.h |