Share via


ContinuumNavigationTransitionInfo.SetIsEntranceElement 메서드

정의

지정된 UIElement 가 continuum 탐색의 입구 요소인지 여부를 나타내는 부울 값을 설정합니다.

public:
 static void SetIsEntranceElement(UIElement ^ element, bool value);
 static void SetIsEntranceElement(UIElement const& element, bool const& value);
public static void SetIsEntranceElement(UIElement element, bool value);
function setIsEntranceElement(element, value)
Public Shared Sub SetIsEntranceElement (element As UIElement, value As Boolean)

매개 변수

element
UIElement

입구 요소 표시기를 설정할 UIElement 입니다.

value
Boolean

bool

요소가 entrance 요소이면 이 값을 true로 설정합니다. 그렇지 않으면 false로 설정합니다.

설명

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

적용 대상

추가 정보