AutomationPeer.IsOffscreenCore 메서드

정의

Microsoft UI 자동화 클라이언트가 IsOffscreen 또는 동등한 Microsoft UI 자동화 클라이언트 API를 호출할 때 피어의 동작을 제공합니다.

protected:
 virtual bool IsOffscreenCore() = IsOffscreenCore;
bool IsOffscreenCore();
protected virtual bool IsOffscreenCore();
function isOffscreenCore()
Protected Overridable Function IsOffscreenCore () As Boolean

반환

Boolean

bool

요소가 화면에 없으면 true이고, 그렇지 않으면 false입니다.

설명

표준 구현은 소유자의 표시 유형 값을 기반으로 하는 결과를 반환합니다.

적용 대상

추가 정보