CoreFrameworkInputViewAnimationStartingEventArgs.Occlusions 属性

定义

获取与动画 CoreFrameworkInputView 关联的 CoreInputViewOcclusion 对象的集合。

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)

属性值

与动画的 CoreFrameworkInputView 关联的 CoreInputViewOcclusion 对象的集合。

适用于