共用方式為


PrintSupportSettingsUISession 類別

定義

表示列印支援設定 UI 的會話。

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

Windows 需求

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

備註

若要建立列印支援設定 UI 延伸模組,您的應用程式必須在其套件資訊清單中宣告具有windows.printSupportSettingsUI類別的uap4:Extension元素。 啟動應用程式時, OnActivated 方法會接收 PrintSupportSettingsActivatedEventArgs 物件,以提供列印支援 UI 會話相關資訊的存取權。 該物件的 Session 屬性會傳回 PrintSupportSettingsUISession 物件。

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

屬性

DocumentTitle

取得正在列印之檔的標題。

LaunchKind

取得值,這個值表示啟動列印支援設定 UI 的作業類型。

SessionInfo

取得 物件,提供列印支援設定 UI 目前會話的相關資訊。

SessionPrintTicket

取得目前會話的列印票證。 列印票證包含印表機如何設定列印工作各種功能的指示。

方法

UpdatePrintTicket(WorkflowPrintTicket)

更新目前會話的列印票證,其中包含指定之列印票證物件中的資訊。

適用於

另請參閱