IPropertyValue::GetPoint 메서드(windows.foundation.h)
현재 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 |