IPrintOptionDetails 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 the PrintTaskOptionXxx objects.
public interface class IPrintOptionDetails
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(956729039, 54914, 18783, 173, 254, 215, 51, 63, 92, 24, 8)]
struct IPrintOptionDetails
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(956729039, 54914, 18783, 173, 254, 215, 51, 63, 92, 24, 8)]
public interface IPrintOptionDetails
Public Interface IPrintOptionDetails
- Derived
- Attributes
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)
|
Properties
ErrorText |
Gets or sets the string for an error condition. |
OptionId |
Gets the ID for a print task option. |
OptionType |
Gets the option type for a print task option. |
State |
Gets or sets the state of a print task option. |
Value |
Gets the enumerated value of a print task option. |
Methods
TrySetValue(Object) |
Sets the value for the print task option. |