Compartilhar via


Método IPropertyValue::GetRectArray (windows.foundation.h)

Obtém a matriz de valores rect armazenados no objeto IPropertyValue atual.

Sintaxe

HRESULT GetRectArray(
        UINT32                         *valueLength,
  [out] ABI::Windows::Foundation::Rect **value
);

Parâmetros

valueLength

[out] value

Tipo: Rect**

A matriz de valores rect .

O ponteiro retornado deve ser liberado usando CoTaskMemFree.

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

Confira também

IPropertyValue

IPropertyValueStatics::CreateRectArray