Freigeben über


HidBooleanControlDescription.ParentCollections Eigenschaft

Definition

Ruft die übergeordnete Auflistung für ein bestimmtes boolesches Steuerelement ab.

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)

Eigenschaftswert

Die übergeordnete Auflistung des Steuerelements.

Gilt für:

Weitere Informationen