共用方式為


PrintTicketFeatureSelectionType 列舉

定義

包含值,描述列印票證功能的選取類型。 這表示使用者只能針對功能選取一個選項或多個選項。

public enum class PrintTicketFeatureSelectionType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
enum class PrintTicketFeatureSelectionType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
public enum PrintTicketFeatureSelectionType
var value = Windows.Graphics.Printing.PrintTicket.PrintTicketFeatureSelectionType.pickOne
Public Enum PrintTicketFeatureSelectionType
繼承
PrintTicketFeatureSelectionType
屬性

Windows 需求

裝置系列
Windows 10 Fall Creators Update (已於 10.0.16299.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v5.0 引進)

欄位

PickMany 1

使用者可以選取列印功能的多個選項。

PickOne 0

使用者必須選取列印功能的一個選項。

適用於