PrintHolePunchOptionDetails.Items 属性

定义

获取孔打孔选项的项列表。

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

属性值

IVectorView<Object>

IReadOnlyList<Object>

IVectorView<Platform::Object>

IVectorView<IInspectable>

指向列表的指针。

实现

适用于