windows.foundation.h (IPropertyValue::GetPoint 方法)
取得儲存在目前 IPropertyValue 物件中的 Point 值。
語法
HRESULT GetPoint(
[out, retval] ABI::Windows::Foundation::Point *value
);
參數
[out, retval] value
類型: 點*
數值。
傳回值
類型: HRESULT
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 8 |
最低支援的伺服器 | Windows Server 2012 |
目標平台 | Windows |
標頭 | windows.foundation.h |