言語

ItemCollectionTransitionProvider クラス

定義

ItemsRepeater ベースのコレクション コントロールでデータ コレクションが変更されたときに遷移アニメーションを提供するオブジェクトを表します。

/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ItemCollectionTransitionProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class ItemCollectionTransitionProvider
Public Class ItemCollectionTransitionProvider
継承
Object IInspectable ItemCollectionTransitionProvider
派生
属性

コンストラクター

名前 説明
ItemCollectionTransitionProvider()

ItemCollectionTransitionProvider クラスの新しいインスタンスを初期化します。

メソッド

名前 説明
QueueTransition(ItemCollectionTransition)

StartTransitions の呼び出しによって開始される遷移アニメーションを準備します。

ShouldAnimate(ItemCollectionTransition)

この遷移をアニメーション化するかどうかを示す値を取得します。

ShouldAnimateCore(ItemCollectionTransition)

ShouldAnimate の呼び出しの動作を提供します。 この遷移をアニメーション化するかどうかを示す値を取得します。

StartTransitions(IVector<ItemCollectionTransition>)

キューに登録された遷移アニメーションを開始します。

イベント

名前 説明
TransitionCompleted

特定のUIElementの遷移が完了したことを示すために ItemCollectionTransitionProgress.Complete メソッドが呼び出されたときに発生します。

適用対象