次の方法で共有


PrintColorModeOptionDetails.Items プロパティ

定義

印刷色モード オプションの項目の一覧を取得します。

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

プロパティ値

IVectorView<Object>

IReadOnlyList<Object>

IVectorView<Platform::Object>

IVectorView<IInspectable>

項目の一覧へのポインター。

実装

適用対象