Método IPropertyValue::GetRect (windows.foundation.h)
Obtém o valor rect armazenado no objeto IPropertyValue atual.
Sintaxe
HRESULT GetRect(
[out, retval] ABI::Windows::Foundation::Rect *value
);
Parâmetros
[out, retval] value
Tipo: Rect*
O valor.
Valor retornado
Tipo: HRESULT
Se o método for bem-sucedido, ele retornará S_OK. Caso contrário, ele retornará um código de erro HRESULT.
Requisitos
Cliente mínimo com suporte | Windows 8 |
Servidor mínimo com suporte | Windows Server 2012 |
Plataforma de Destino | Windows |
Cabeçalho | windows.foundation.h |