Partager via


PrintTicketFeature Classe

Définition

Représente une fonctionnalité modifiable du ticket d’impression. Une fonctionnalité est une fonctionnalité d’appareil qui a une liste énumérable de paramètres, contrairement à un paramètre qui peut être défini sur des valeurs dans une plage.

public ref class PrintTicketFeature sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PrintTicketFeature final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class PrintTicketFeature
Public NotInheritable Class PrintTicketFeature
Héritage
Object Platform::Object IInspectable PrintTicketFeature
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 Fall Creators Update (introduit dans 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v5.0)

Propriétés

DisplayName

Obtient le nom convivial de la fonctionnalité de ticket d’impression.

Name

Obtient le nom canonique de la fonctionnalité de ticket d’impression.

Options

Obtient la liste des options de ticket d’impression disponibles pour cette fonctionnalité.

SelectionType

Obtient le type de sélection pour cette fonctionnalité d’impression.

XmlNamespace

Obtient l’espace de noms XML auquel cette fonctionnalité d’impression appartient.

XmlNode

Obtient le nœud XML auquel cette fonctionnalité d’impression appartient.

Méthodes

GetOption(String, String)

Obtient l’objet d’option de fonctionnalité d’impression spécifié.

GetSelectedOption()

Obtient l’option actuellement sélectionnée pour cette fonctionnalité d’impression.

SetSelectedOption(PrintTicketOption)

Définit l’option donnée comme option sélectionnée pour cette fonctionnalité d’impression.

S’applique à

Voir aussi

  • <xref:Windows.Graphics.Printing.PrintTicket.PrintTicketOption%0a%5bIPrintSchemaFeature+interface%5d(%2fwindows-hardware%2fdrivers%2fddi%2fcontent%2fprinterextension%2fnn-printerextension-iprintschemafeature)>