EntranceNavigationTransitionInfo.GetIsTargetElement(UIElement) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目標專案的 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。