共用方式為


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)

屬性值

控制項的父集合。

適用於

另請參閱