Compartilhar via


CoreFrameworkInputViewAnimationStartingEventArgs.Occlusions Propriedade

Definição

Obtém a coleção de objetos CoreInputViewOcclusion associados ao CoreFrameworkInputView animado.

public:
 property IVectorView<CoreInputViewOcclusion ^> ^ Occlusions { IVectorView<CoreInputViewOcclusion ^> ^ get(); };
IVectorView<CoreInputViewOcclusion> Occlusions();
public IReadOnlyList<CoreInputViewOcclusion> Occlusions { get; }
var iVectorView = coreFrameworkInputViewAnimationStartingEventArgs.occlusions;
Public ReadOnly Property Occlusions As IReadOnlyList(Of CoreInputViewOcclusion)

Valor da propriedade

A coleção de objetos CoreInputViewOcclusion associados ao CoreFrameworkInputView animado.

Aplica-se a