Compartir a través de


PrintCollationOptionDetails.Items Propiedad

Definición

Obtiene la lista de elementos para la opción de intercalación de impresión.

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

Implementaciones

Se aplica a