CoreFrameworkInputViewAnimationStartingEventArgs.Occlusions Propriété

Définition

Obtient la collection d’objets CoreInputViewOcclusion associés au CoreFrameworkInputView animé.

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)

Valeur de propriété

Collection d’objets CoreInputViewOcclusion associés au CoreFrameworkInputView animé.

S’applique à