PrintSupportPrinterSelectedEventArgs クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
PrintSupportExtensionSession.PrinterSelected イベントのデータを提供します。これは、プリンター ダイアログで選択したプリンターがプリンター サポート アプリに関連付けられているプリンターに変更されたときに発生します。
public ref class PrintSupportPrinterSelectedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 983040)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PrintSupportPrinterSelectedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 983040)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PrintSupportPrinterSelectedEventArgs
Public NotInheritable Class PrintSupportPrinterSelectedEventArgs
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 11 Insider Preview (10.0.23504.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v15.0 で導入)
|
プロパティ
AllowedAdditionalFeaturesAndParametersCount |
印刷ダイアログに表示できる機能とパラメーターの数を示す値を取得します。 |
PrintTicket |
PrintSupportExtensionSession.PrinterSelected イベントに関連付けられた PrintTicket を取得します。 |
SourceAppInfo |
PrintSupportExtensionSession.PrinterSelected イベントに関連付けられているソース アプリに関する情報を提供する オブジェクトを取得します。 |
メソッド
GetDeferral() |
PrintSupportExtensionSession.PrinterSelected イベント ハンドラーが戻った後も、アプリが引き続き作業を実行する可能性があることをシステムに通知します。 |
SetAdaptiveCard(IAdaptiveCard) |
PrintSupportExtensionSession.PrinterSelected イベントに応答して、印刷ダイアログに印刷システムによって表示されるアダプティブ カードを設定します。 |
SetAdditionalFeatures(IIterable<PrintSupportPrintTicketElement>) |
印刷ダイアログに表示する追加の PrintTicket 機能を指定します (まだ表示されていない場合)。 |
SetAdditionalParameters(IIterable<PrintSupportPrintTicketElement>) |
まだ表示されていない場合は、印刷ダイアログに表示される追加の PrintTicket パラメーターを指定します。 |