CoreFrameworkInputViewAnimationStartingEventArgs クラス

定義

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
継承
Object Platform::Object IInspectable 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 オブジェクトのコレクション を取得します

適用対象