Share via


CoreFrameworkInputViewOcclusionsChangedEventArgs.Occlusions Property

Definition

Gets the collection of input panes (and associated UI) currently occluding the app.

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

Property Value

The CoreInputViewOcclusion collection.

Remarks

Occluding events can be handled by your app first. If your app doesn't handle the events, they bubble up to any framework that needs to handle the events.

Applies to