Partager via


PrintHolePunchOptionDetails Classe

Définition

Représente la liste des options de trou de perforation.

public ref class PrintHolePunchOptionDetails sealed : IPrintItemListOptionDetails
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PrintHolePunchOptionDetails final : IPrintItemListOptionDetails
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PrintHolePunchOptionDetails : IPrintItemListOptionDetails
Public NotInheritable Class PrintHolePunchOptionDetails
Implements IPrintItemListOptionDetails
Héritage
Object Platform::Object IInspectable PrintHolePunchOptionDetails
Attributs
Implémente

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)

Remarques

Voici un extrait de code qui montre comment récupérer l’objet :

//  Retrieve the advanced Print Task Options.
PrintTaskOptionDetails printDetailedOptions = PrintTaskOptionDetails.GetFromPrintTaskOptions(printTask.Options);

// Get the object.
PrintHolePunchOptionDetails printHolePunchOptionDetails =
     (PrintHolePunchOptionDetails)printDetailedOptions.Options[StandardPrintTaskOptions.HolePunch];

Historique des versions

Version de Windows Version du SDK Valeur ajoutée
1803 17134 Description
1803 17134 WarningText

Propriétés

Description

Obtient ou définit la description de l’option de perforateur de trou.

ErrorText

Obtient ou définit la chaîne d’une condition d’erreur.

Items

Obtient la liste des éléments de l’option de perforation de trou.

OptionId

Obtient l’ID de l’option de perforateur de trou.

OptionType

Obtient le type d’option pour l’option de perforateur de trou.

State

Obtient ou définit l’état de l’option de perforateur de trou.

Value

Obtient ou définit la valeur énumérée de l’option de perforation de trou.

WarningText

Obtient ou définit une chaîne pour une condition d’avertissement.

Méthodes

TrySetValue(Object)

Définit la valeur de l’option de perforateur de trou.

S’applique à