次の方法で共有


ContinuumNavigationTransitionInfo.GetIsEntranceElement(UIElement) メソッド

定義

指定した UIElement が連続ナビゲーションの開始要素であるかどうかを示すブール値を返します。

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

パラメーター

element
UIElement

開始要素としてチェックする UIElement

戻り値

Boolean

bool

element が開始要素の場合は true を返します。それ以外の場合は false

注釈

このメソッドは、 ContinuumNavigationTransitionInfo.IsEntranceElement 添付プロパティの XAML 使用をサポートしています。

適用対象

こちらもご覧ください