Compartilhar via


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

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

Sintaxe

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

Parâmetros

valueLength

[out] value

Tipo: Ponto**

A matriz de valores point .

O ponteiro retornado deve ser liberado usando CoTaskMemFree.

Retornar valor

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

Requisito Valor
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::CreatePointArray