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 对象的向量。

适用于

另请参阅