IGraphicsEffectD2D1Interop::GetProperty 메서드(windows.graphics.effects.interop.h)
지정된 인덱스에서 효과 속성을 검색합니다.
구문
HRESULT GetProperty(
UINT index,
[out] Windows::Foundation::IPropertyValue **value
);
매개 변수
index
형식: UINT
검색할 속성의 인덱스입니다.
[out] value
형식: Windows::Foundation::IPropertyValue**
이 메서드가 반환될 때 이 매개 변수에는 검색된 속성이 포함됩니다.
반환 값
형식: HRESULT
이 메서드는 HRESULT 성공 또는 오류 코드를 반환합니다.
요구 사항
요구 사항 | 값 |
---|---|
대상 플랫폼 | Windows |
헤더 | windows.graphics.effects.interop.h |