HidBooleanControlDescription.ParentCollections Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.