PrintHolePunchOptionDetails.Items Property

Definition

Gets the list of items for the hole punch option.

public:
 property IVectorView<Platform::Object ^> ^ Items { IVectorView<Platform::Object ^> ^ get(); };
IVectorView<IInspectable> Items();
public IReadOnlyList<object> Items { get; }
var iVectorView = printHolePunchOptionDetails.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.

Implements

Applies to