HidNumericControlDescription.ParentCollections Property

Definition

Gets the parent collections for a given numeric control.

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)

Property Value

A vector of HidCollection objects.

Applies to

See also