共用方式為


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>

列印雙工選項的清單。

實作

適用於