IPrintCustomOptionDetails Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the base class for all CustomPrintTaskOptionXxx objects.
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
- Derived
- Attributes
- Implements
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Remarks
Interface inheritance
IPrintCustomOptionDetails inherits IPrintOptionDetails. Types that implement IPrintCustomOptionDetails also implement the interface members of IPrintOptionDetails.
Properties
DisplayName |
Gets or sets the display name of the custom print task option. |
ErrorText |
Gets or sets the string for an error condition. (Inherited from IPrintOptionDetails) |
OptionId |
Gets the ID for a print task option. (Inherited from IPrintOptionDetails) |
OptionType |
Gets the option type for a print task option. (Inherited from IPrintOptionDetails) |
State |
Gets or sets the state of a print task option. (Inherited from IPrintOptionDetails) |
Value |
Gets the enumerated value of a print task option. (Inherited from IPrintOptionDetails) |
Methods
TrySetValue(Object) |
Sets the value for the print task option. (Inherited from IPrintOptionDetails) |