次の方法で共有


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)

プロパティ値

オプション オブジェクトの一覧。

適用対象