Partager via


PrintCopiesOptionDetails Classe

Définition

Représente l’option pour le nombre de copies imprimées.

public ref class PrintCopiesOptionDetails sealed : IPrintNumberOptionDetails
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PrintCopiesOptionDetails final : IPrintNumberOptionDetails
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PrintCopiesOptionDetails : IPrintNumberOptionDetails
Public NotInheritable Class PrintCopiesOptionDetails
Implements IPrintNumberOptionDetails
Héritage
Object Platform::Object IInspectable PrintCopiesOptionDetails
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.
PrintCopiesOptionDetails printCopiesOptionDetails =
     (PrintCopiesOptionDetails)printDetailedOptions.Options[StandardPrintTaskOptions.Copies];

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 imprimer des copies.

ErrorText

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

MaxValue

Obtient la valeur du nombre maximal de copies imprimées autorisées.

MinValue

Obtient la valeur du nombre minimal de copies imprimées autorisées.

OptionId

Obtient l’ID de l’option pour le nombre de copies imprimées.

OptionType

Obtient le type d’option de l’option pour le nombre de copies imprimées.

State

Obtient ou définit l’état de l’option pour le nombre de copies imprimées.

Value

Obtient ou définit le nombre de copies d’une tâche d’impression.

WarningText

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

Méthodes

TrySetValue(Object)

Définit la valeur de l’option imprimer des copies.

S’applique à