HidBooleanControlDescription.ParentCollections プロパティ

定義

特定のブール型コントロールの親コレクションを取得します。

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

プロパティ値

コントロールの親コレクション。

適用対象

こちらもご覧ください