ContinuumNavigationTransitionInfo.GetIsExitElement(UIElement) 메서드

정의

지정된 UIElement 가 continuum 탐색의 종료 요소인지 여부를 나타내는 부울 값을 반환합니다.

public:
 static bool GetIsExitElement(UIElement ^ element);
 static bool GetIsExitElement(UIElement const& element);
public static bool GetIsExitElement(UIElement element);
function getIsExitElement(element)
Public Shared Function GetIsExitElement (element As UIElement) As Boolean

매개 변수

element
UIElement

종료 요소로 검사 UIElement입니다.

반환

Boolean

bool

요소가 exit 요소이면 true를 반환합니다. 그렇지 않으면 false입니다.

설명

이 메서드는 ContinuumNavigationTransitionInfo.IsExitElement 연결된 속성의 XAML 사용을 지원합니다.

적용 대상

추가 정보