EventFieldInfo.ComponentId Propriété
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.
Identifie le composant dont l’arborescence de rendu contient le champ de formulaire affecté.
public:
property int ComponentId { int get(); void set(int value); };
public int ComponentId { get; set; }
member this.ComponentId : int with get, set
Public Property ComponentId As Integer