Sdílet prostřednictvím


CoreFrameworkInputViewAnimationStartingEventArgs.Occlusions Property

Definition

Gets the collection of CoreInputViewOcclusion objects associated with the animated CoreFrameworkInputView.

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)

Property Value

The collection of CoreInputViewOcclusion objects associated with the animated CoreFrameworkInputView.

Applies to