Share via


ItemCollectionTransitionProgress Classe

Definição

Representa um objeto auxiliar associado a uma transição que fornece um método para notificar que as animações da transição foram concluídas.

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
Herança
Object Platform::Object IInspectable ItemCollectionTransitionProgress
Atributos

Propriedades

Element

Obtém o UIElement a ser animado.

Transition

Obtém o ItemCollectionTransition cujas animações estão em andamento.

Métodos

Complete()

Gera o evento TransitionCompleted no ItemCollectionTransitionProvider que possui o associado ItemCollectionTransition.

Aplica-se a