PrintDuplexOptionDetails.Items 属性

定义

获取打印双面打印选项的列表。

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

属性值

IVectorView<Object>

IReadOnlyList<Object>

IVectorView<Platform::Object>

IVectorView<IInspectable>

打印双工选项的列表。

实现

适用于