IPropertyValue::GetSize-Methode (windows.foundation.h)

Ruft den Size-Wert ab, der im aktuellen IPropertyValue-Objekt gespeichert ist.

Syntax

HRESULT GetSize(
  [out, retval] ABI::Windows::Foundation::Size *value
);

Parameter

[out, retval] value

Typ: Größe*

Der Wert.

Rückgabewert

Typ: HRESULT

Wenn diese Methode erfolgreich ist, wird S_OK zurückgegeben. Andernfalls wird ein Fehlercode HRESULT zurückgegeben.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows 8
Unterstützte Mindestversion (Server) Windows Server 2012
Zielplattform Windows
Kopfzeile windows.foundation.h

Weitere Informationen

IPropertyValue

IPropertyValueStatics::CreateSize