Compartir a través de


PrintOrientationOptionDetails.Items Propiedad

Definición

Obtiene la lista de elementos para las opciones de tipo de medio de impresión.

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

Valor de propiedad

IVectorView<Object>

IReadOnlyList<Object>

IVectorView<Platform::Object>

IVectorView<IInspectable>

Puntero a la lista de opciones de tipo multimedia.

Implementaciones

Se aplica a