共用方式為


PrintWorkflowJobActivatedEventArgs 類別

定義

啟用列印支援工作流程 UI 延伸模組應用程式,以處理應用程式的啟用參數。

public ref class PrintWorkflowJobActivatedEventArgs sealed : IActivatedEventArgsWithUser
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PrintWorkflowJobActivatedEventArgs final : IActivatedEventArgsWithUser
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PrintWorkflowJobActivatedEventArgs : IActivatedEventArgsWithUser
Public NotInheritable Class PrintWorkflowJobActivatedEventArgs
Implements IActivatedEventArgsWithUser
繼承
Object Platform::Object IInspectable PrintWorkflowJobActivatedEventArgs
屬性
實作

Windows 需求

裝置系列
Windows 11 (已於 10.0.22000.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v14.0 引進)

備註

若要建立列印支援工作流程 UI 延伸模組,您的應用程式必須在其套件資訊清單中宣告具有windows.printSupportJobUI類別的uap4:Extension元素。 啟動應用程式時,方法會收到PrintWorkflowJobActivatedEventArgs物件, OnActivated 該物件可讓您存取列印支援工作流程 UI 會話的相關資訊。 該物件的 Session 屬性會傳回 PrintWorkflowJobUISession 物件。

如需詳細資訊,請參閱 列印支援應用程式設計指南

屬性

Kind

取得啟動此應用程式的原因。

PreviousExecutionState

取得此啟用之前的應用程式執行狀態。

Session

取得列印支援工作流程 UI 的目前會話。

SplashScreen

取得啟動顯示畫面物件,提供從啟動顯示畫面轉換至啟動應用程式的相關資訊。

User

取得啟動應用程式的使用者。

適用於

另請參閱