ContinuumNavigationTransitionInfo.SetIsEntranceElement 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 UIElement 가 연속체 탐색의 entrance 요소인지 여부를 나타내는 부울 값을 설정합니다.
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 사용을 지원합니다.