共用方式為


EntranceNavigationTransitionInfo.GetIsTargetElement(UIElement) 方法

定義

取得目標專案的 EntranceNavigationTransitionInfo.IsTargetElement XAML 附加屬性的值。

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

參數

element
UIElement

要讀取屬性值的物件。

傳回

Boolean

bool

所指定物件的 EntranceNavigationTransitionInfo.IsTargetElement 附加屬性值。 如果專案是動畫目標,則為true;否則為false

適用於

另請參閱