IPrintItemListOptionDetails
IPrintItemListOptionDetails
IPrintItemListOptionDetails
IPrintItemListOptionDetails
Interface
Definition
Represents objects that list print task option items.
public : interface IPrintItemListOptionDetailspublic interface IPrintItemListOptionDetailsPublic Interface IPrintItemListOptionDetails// You can use this interface in JavaScript.
- Inheritance
-
IPrintItemListOptionDetailsIPrintItemListOptionDetailsIPrintItemListOptionDetailsIPrintItemListOptionDetails
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited properties
Inherited methods
Remarks
Interface inheritance
IPrintItemListOptionDetails inherits IPrintOptionDetails. Types that implement IPrintItemListOptionDetails also implement the interface members of IPrintOptionDetails.
Properties
Items Items Items Items
Gets a list of the print task option items.
public : IVectorView<object> Items { get; }public IReadOnlyList<object> Items { get; }Public ReadOnly Property Items As IReadOnlyList<object>// You can use this property in JavaScript.
- Value
- IVectorView<PlatForm::Object> IReadOnlyList<object> IReadOnlyList<object> IReadOnlyList<object>
A pointer to the list of the print task option items.