IPrintCustomOptionDetails 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 la classe de base pour tous les objets CustomPrintTaskOptionXxx.
public interface class IPrintCustomOptionDetails : IPrintOptionDetails
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3811302940, 10415, 19344, 149, 218, 163, 172, 243, 32, 185, 41)]
struct IPrintCustomOptionDetails : IPrintOptionDetails
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3811302940, 10415, 19344, 149, 218, 163, 172, 243, 32, 185, 41)]
public interface IPrintCustomOptionDetails : IPrintOptionDetails
Public Interface IPrintCustomOptionDetails
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
IPrintCustomOptionDetails hérite de IPrintOptionDetails. Les types qui implémentent IPrintCustomOptionDetails implémentent également les membres d’interface de IPrintOptionDetails.
Propriétés
DisplayName |
Obtient ou définit le nom complet de l’option de tâche d’impression personnalisée. |
ErrorText |
Obtient ou définit la chaîne d’une condition d’erreur. (Hérité de IPrintOptionDetails) |
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) |