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。