IPrintNumberOptionDetails Interface

Definition

Represents objects that define the enumerated values of the print task options.

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
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

IPrintNumberOptionDetails inherits IPrintOptionDetails. Types that implement IPrintNumberOptionDetails also implement the interface members of IPrintOptionDetails.

Properties

ErrorText

Gets or sets the string for an error condition.

(Inherited from IPrintOptionDetails)
MaxValue

Gets the maximum enumerated value of the print task option.

MinValue

Gets the minimum enumerated value of the print task option.

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)

Applies to

See also