CoreInputViewOcclusionsChangedEventArgs.Occlusions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = coreInputViewOcclusionsChangedEventArgs.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.