CoreFrameworkInputViewAnimationStartingEventArgs 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
CoreFrameworkInputView.PrimaryViewAnimationStarting 이벤트에 대한 이벤트 데이터를 포함합니다.
참고
HoloLens에서는 지원되지 않습니다.
public ref class CoreFrameworkInputViewAnimationStartingEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class CoreFrameworkInputViewAnimationStartingEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class CoreFrameworkInputViewAnimationStartingEventArgs
Public NotInheritable Class CoreFrameworkInputViewAnimationStartingEventArgs
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 11 (10.0.22000.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v14.0에서 도입되었습니다.)
|
설명
프레임워크(예: XAML) 또는 사용자 지정 텍스트 컨트롤에서만 사용됩니다.
차단 이벤트는 앱에서 먼저 처리할 수 있습니다. 앱이 이벤트를 처리하지 않는 경우 이벤트를 처리해야 하는 모든 프레임워크에 버블업됩니다.
기본 보기는 CoreInputViewKind.Keyboard 또는 CoreInputViewKind.Handwriting 뷰 중 하나를 참조하는 반면 CoreInputView는 CoreInputViewKind의 형식 중 하나일 수 있습니다.
속성
AnimationDuration |
CoreFrameworkInputView 애니메이션을 완료하는 데 필요한 시간 간격을 가져옵니다. |
FrameworkAnimationRecommended |
프레임워크가 다른 애플리케이션 설정에 따라 애플리케이션을 대신하여 애니메이션 효과를 주어야 하는지 여부를 나타내는 값을 가져옵니다. |
Occlusions |
애니메이션된 CoreFrameworkInputView와 연결된 CoreInputViewOcclusion 개체의 컬렉션을 가져옵니다. |