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

适用于

另请参阅