PrintCustomItemListOptionDetails.Items Property

Definition

Gets an item from the list of custom print tasks.

public:
 property IVectorView<Platform::Object ^> ^ Items { IVectorView<Platform::Object ^> ^ get(); };
IVectorView<IInspectable> Items();
public IReadOnlyList<object> Items { get; }
var iVectorView = printCustomItemListOptionDetails.items;
Public ReadOnly Property Items As IReadOnlyList(Of Object)

Property Value

IVectorView<Object>

IReadOnlyList<Object>

IVectorView<Platform::Object>

IVectorView<IInspectable>

Pointer to the item.

Implements

Applies to