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物件的向量。

適用於

另請參閱