CoreInputViewAnimationStartingEventArgs 클래스

정의

CoreInputView.PrimaryViewAnimationStarting 이벤트에 대한 이벤트 데이터를 포함합니다.

참고

HoloLens에서는 지원되지 않습니다.

public ref class CoreInputViewAnimationStartingEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class CoreInputViewAnimationStartingEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class CoreInputViewAnimationStartingEventArgs
Public NotInheritable Class CoreInputViewAnimationStartingEventArgs
상속
Object Platform::Object IInspectable CoreInputViewAnimationStartingEventArgs
특성

Windows 요구 사항

디바이스 패밀리
Windows 11 (10.0.22000.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v14.0에서 도입되었습니다.)

설명

프레임워크(예: XAML) 또는 사용자 지정 텍스트 컨트롤에서만 사용됩니다.

차단 이벤트는 먼저 앱에서 처리할 수 있습니다. 앱이 이벤트를 처리하지 않는 경우 이벤트를 처리해야 하는 프레임워크에 버블업됩니다.

속성

AnimationDuration

CoreInputView 애니메이션을 완료하는 데 필요한 시간 간격을 가져옵니다.

중요

애플리케이션은 CoreInputView의 표시 또는 숨기기를 기반으로 하는 애니메이션 기간을 설정할 때 이 값을 사용해야 합니다. 애플리케이션과 CoreInputView 간에 애니메이션을 조정하는 경우 CoreInputView 애니메이션 전에 애플리케이션 애니메이션이 완료되지 않았는지 확인합니다.

Handled

이벤트를 처리됨으로 표시하는 값을 가져오거나 설정합니다. Handled의 true 값은 이벤트 경로를 따라 있는 대부분의 처리기가 동일한 이벤트를 다시 처리하지 못하도록 합니다.

Occlusions

애니메이션된 CoreInputView와 연결된 CoreInputViewOcclusion 개체의 컬렉션을 가져옵니다.

적용 대상