共用方式為


ContinuumNavigationTransitionInfo.SetIsEntranceElement 方法

定義

設定布林值,指出指定的 UIElement 是否為持續性導覽的進入元素。

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

如果元素是進入元素,請將此值設定為true;否則,請將它設定為false

備註

這個方法支援 ContinuumNavigationTransitionInfo.IsEntranceElement 附加屬性的 XAML 用法。

適用於

另請參閱