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物件集合。

適用於