ItemCollectionTransitionProvider.ShouldAnimateCore 方法

定义

提供调用 ShouldAnimate 的行为。 检索一个值,该值指示是否应对此过渡进行动画处理。

protected:
 virtual bool ShouldAnimateCore(ItemCollectionTransition ^ transition) = ShouldAnimateCore;
bool ShouldAnimateCore(ItemCollectionTransition const& transition);
protected virtual bool ShouldAnimateCore(ItemCollectionTransition transition);
function shouldAnimateCore(transition)
Protected Overridable Function ShouldAnimateCore (transition As ItemCollectionTransition) As Boolean

参数

transition
ItemCollectionTransition

可能进行动画处理的过渡。

返回

Boolean

bool

true 如果应对过渡进行动画处理,则为 ;否则为 false。 如果未在派生类中重写,则默认实现返回 false

适用于