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 요소를 선언해야 합니다. 앱이 활성화되면 OnActivated 메서드는 인쇄 지원 워크플로 UI 세션에 대한 정보에 대한 액세스를 제공하는 PrintWorkflowJobActivatedEventArgs 개체를 받습니다. 해당 개체의 Session 속성은 PrintWorkflowJobUISession 개체를 반환합니다.

자세한 내용은 인쇄 지원 앱 디자인 가이드를 참조하세요.

속성

Kind

이 앱이 활성화된 이유를 가져옵니다.

PreviousExecutionState

이 활성화 전에 앱의 실행 상태를 가져옵니다.

Session

인쇄 지원 워크플로 UI의 현재 세션을 가져옵니다.

SplashScreen

시작 화면에서 활성화된 앱으로의 전환에 대한 정보를 제공하는 시작 화면 개체를 가져옵니다.

User

앱이 활성화된 사용자를 가져옵니다.

적용 대상

추가 정보