PrintTicketFeature.Options 属性

定义

获取可用于此功能的打印票证选项列表。

public:
 property IVectorView<PrintTicketOption ^> ^ Options { IVectorView<PrintTicketOption ^> ^ get(); };
IVectorView<PrintTicketOption> Options();
public IReadOnlyList<PrintTicketOption> Options { get; }
var iVectorView = printTicketFeature.options;
Public ReadOnly Property Options As IReadOnlyList(Of PrintTicketOption)

属性值

选项对象的列表。

适用于