ControlBindingsCollection(IBindableComponent) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe ControlBindingsCollection avec le contrôle pouvant être lié spécifié.
public:
ControlBindingsCollection(System::Windows::Forms::IBindableComponent ^ control);
public ControlBindingsCollection(System.Windows.Forms.IBindableComponent control);
new System.Windows.Forms.ControlBindingsCollection : System.Windows.Forms.IBindableComponent -> System.Windows.Forms.ControlBindingsCollection
Public Sub New (control As IBindableComponent)
Paramètres
- control
- IBindableComponent
IBindableComponent auquel appartient la collection de liaisons.