CoreInputView.GetCoreInputViewOcclusions Method
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.
Retrieves a reference to each input pane currently occluding the app.
public:
virtual IVectorView<CoreInputViewOcclusion ^> ^ GetCoreInputViewOcclusions() = GetCoreInputViewOcclusions;
IVectorView<CoreInputViewOcclusion> GetCoreInputViewOcclusions();
public IReadOnlyList<CoreInputViewOcclusion> GetCoreInputViewOcclusions();
function getCoreInputViewOcclusions()
Public Function GetCoreInputViewOcclusions () As IReadOnlyList(Of CoreInputViewOcclusion)
Returns
A CoreInputViewOcclusion collection.