IPrintNumberOptionDetails Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente des objets qui définissent les valeurs énumérées des options de tâche d’impression.
public interface class IPrintNumberOptionDetails : IPrintOptionDetails
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1291959215, 25692, 19945, 150, 95, 111, 198, 187, 196, 124, 171)]
struct IPrintNumberOptionDetails : IPrintOptionDetails
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1291959215, 25692, 19945, 150, 95, 111, 198, 187, 196, 124, 171)]
public interface IPrintNumberOptionDetails : IPrintOptionDetails
Public Interface IPrintNumberOptionDetails
Implements IPrintOptionDetails
- Dérivé
- 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
Héritage de l'interface
IPrintNumberOptionDetails hérite de IPrintOptionDetails. Les types qui implémentent IPrintNumberOptionDetails implémentent également les membres d’interface de IPrintOptionDetails.
Propriétés
ErrorText |
Obtient ou définit la chaîne d’une condition d’erreur. (Hérité de IPrintOptionDetails) |
MaxValue |
Obtient la valeur énumérée maximale de l’option de tâche d’impression. |
MinValue |
Obtient la valeur énumérée minimale de l’option de tâche d’impression. |
OptionId |
Obtient l’ID d’une option de tâche d’impression. (Hérité de IPrintOptionDetails) |
OptionType |
Obtient le type d’option d’une option de tâche d’impression. (Hérité de IPrintOptionDetails) |
State |
Obtient ou définit l’état d’une option de tâche d’impression. (Hérité de IPrintOptionDetails) |
Value |
Obtient la valeur énumérée d’une option de tâche d’impression. (Hérité de IPrintOptionDetails) |
Méthodes
TrySetValue(Object) |
Définit la valeur de l’option de tâche d’impression. (Hérité de IPrintOptionDetails) |