Freigeben über


PrintTicketFeature.Options Eigenschaft

Definition

Ruft eine Liste der für dieses Feature verfügbaren Druckticketoptionen ab.

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)

Eigenschaftswert

Eine Liste von Optionsobjekten.

Gilt für: