HidBooleanControlDescription.ParentCollections Property

Definition

Gets the parent collection for a given Boolean control.

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)

Property Value

The control's parent collection.

Applies to

See also