PrintMediaTypeOptionDetails.Items Property

Definition

Gets the list of items for the print media type options.

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

Implements

Applies to