CoreFrameworkInputViewAnimationStartingEventArgs.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 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.