ItemCollectionTransitionProvider.ShouldAnimateCore 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 呼叫 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
傳回 。