ItemCollectionTransitionProgress クラス

定義

遷移のアニメーションが完了したことを通知するメソッドを提供する、遷移に関連付けられたヘルパー オブジェクトを表します。

public ref class ItemCollectionTransitionProgress sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ItemCollectionTransitionProgress final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ItemCollectionTransitionProgress
Public NotInheritable Class ItemCollectionTransitionProgress
継承
Object Platform::Object IInspectable ItemCollectionTransitionProgress
属性

プロパティ

Element

アニメーション化する を UIElement 取得します。

Transition

アニメーションが ItemCollectionTransition 進行中の を取得します。

メソッド

Complete()

関連付けられた ItemCollectionTransitionを所有する で ItemCollectionTransitionProviderTransitionCompleted イベントを発生させます。

適用対象