PrintWorkflowUIActivatedEventArgs クラス

定義

アクティブ化された印刷ワークフローフォアグラウンド タスクに関するコンテキスト情報が含まれます。

public ref class PrintWorkflowUIActivatedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PrintWorkflowUIActivatedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class PrintWorkflowUIActivatedEventArgs
Public NotInheritable Class PrintWorkflowUIActivatedEventArgs
継承
Object Platform::Object IInspectable PrintWorkflowUIActivatedEventArgs
属性
実装

Windows の要件

デバイス ファミリ
Windows 10 Fall Creators Update (10.0.16299.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v5.0 で導入)

プロパティ

Kind

このアプリがアクティブ化された理由を取得します。

PreviousExecutionState

アクティブ化される前のアプリの実行状態を取得します。

PrintWorkflowSession

アクティブ化されたフォアグラウンド タスクの動作を管理する必要がある印刷ワークフロー セッション オブジェクトを取得します。

SplashScreen

スプラッシュ スクリーンからアクティブ化されたアプリへの切り替えに関する情報を提供するスプラッシュ スクリーン オブジェクトを取得します。

User

フォアグラウンド アプリがアクティブ化されたユーザーを取得します。

適用対象