PrintQualityOptionDetails.Items Property

Definition

Gets the list of items for the print quality options.

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

Property Value

IVectorView<Object>

IReadOnlyList<Object>

IVectorView<Platform::Object>

IVectorView<IInspectable>

A pointer to the list of items.

Implements

Applies to