HidNumericControlDescription.ParentCollections プロパティ

定義

指定された数値コントロールの親コレクションを取得します。

public:
 property IVectorView<HidCollection ^> ^ ParentCollections { IVectorView<HidCollection ^> ^ get(); };
IVectorView<HidCollection> ParentCollections();
public IReadOnlyList<HidCollection> ParentCollections { get; }
var iVectorView = hidNumericControlDescription.parentCollections;
Public ReadOnly Property ParentCollections As IReadOnlyList(Of HidCollection)

プロパティ値

HidCollection オブジェクトのベクター。

適用対象

こちらもご覧ください