IPrintItemListOptionDetails Interface

Definition

Represents objects that list print task option items.

public interface class IPrintItemListOptionDetails : IPrintOptionDetails
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2585941951, 65121, 17368, 162, 79, 163, 246, 171, 115, 32, 231)]
struct IPrintItemListOptionDetails : IPrintOptionDetails
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2585941951, 65121, 17368, 162, 79, 163, 246, 171, 115, 32, 231)]
public interface IPrintItemListOptionDetails : IPrintOptionDetails
Public Interface IPrintItemListOptionDetails
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

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

Properties

ErrorText

Gets or sets the string for an error condition.

(Inherited from IPrintOptionDetails)
Items

Gets a list of the print task option items.

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