VisualStyleRenderer.LastHResult 속성

정의

클래스에 의해 캡슐화된 네이티브 비주얼 스타일(UxTheme) API 메서드에서 반환된 VisualStyleRenderer 마지막 오류 코드를 가져옵니다.

public:
 property int LastHResult { int get(); };
public int LastHResult { get; }
member this.LastHResult : int
Public ReadOnly Property LastHResult As Integer

속성 값

이 클래스가 캡슐화하는 네이티브 비주얼 스타일 API 메서드에서 반환된 마지막 오류 코드를 지정하는 값입니다.

설명

이 속성은 클래스의 멤버 VisualStyleRenderer 가 호출한 마지막 네이티브 비주얼 스타일 API 메서드에서 반환된 HRESULT 값을 가져옵니다.

적용 대상