EventBindingService.IEventBindingService.ShowCode Méthode
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.
Affiche le code utilisateur du concepteur.
Surcharges
IEventBindingService.ShowCode() |
Affiche le code utilisateur du concepteur. |
IEventBindingService.ShowCode(Int32) |
Affiche le code utilisateur du concepteur à la ligne spécifiée. |
IEventBindingService.ShowCode(IComponent, EventDescriptor) |
Affiche le code utilisateur de l'événement spécifié. |
IEventBindingService.ShowCode()
Affiche le code utilisateur du concepteur.
virtual bool System.ComponentModel.Design.IEventBindingService.ShowCode() = System::ComponentModel::Design::IEventBindingService::ShowCode;
bool IEventBindingService.ShowCode ();
abstract member System.ComponentModel.Design.IEventBindingService.ShowCode : unit -> bool
override this.System.ComponentModel.Design.IEventBindingService.ShowCode : unit -> bool
Function ShowCode () As Boolean Implements IEventBindingService.ShowCode
Retours
true
si le code est affiché ; sinon false
.
Implémente
Remarques
Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de EventBindingService est castée en interface IEventBindingService.
S’applique à
IEventBindingService.ShowCode(Int32)
Affiche le code utilisateur du concepteur à la ligne spécifiée.
virtual bool System.ComponentModel.Design.IEventBindingService.ShowCode(int lineNumber) = System::ComponentModel::Design::IEventBindingService::ShowCode;
bool IEventBindingService.ShowCode (int lineNumber);
abstract member System.ComponentModel.Design.IEventBindingService.ShowCode : int -> bool
override this.System.ComponentModel.Design.IEventBindingService.ShowCode : int -> bool
Function ShowCode (lineNumber As Integer) As Boolean Implements IEventBindingService.ShowCode
Paramètres
- lineNumber
- Int32
Numéro de la ligne sur laquelle placer le signe insertion.
Retours
true
si le code est affiché ; sinon false
.
Implémente
S’applique à
IEventBindingService.ShowCode(IComponent, EventDescriptor)
Affiche le code utilisateur de l'événement spécifié.
virtual bool System.ComponentModel.Design.IEventBindingService.ShowCode(System::ComponentModel::IComponent ^ component, System::ComponentModel::EventDescriptor ^ e) = System::ComponentModel::Design::IEventBindingService::ShowCode;
bool IEventBindingService.ShowCode (System.ComponentModel.IComponent component, System.ComponentModel.EventDescriptor e);
abstract member System.ComponentModel.Design.IEventBindingService.ShowCode : System.ComponentModel.IComponent * System.ComponentModel.EventDescriptor -> bool
override this.System.ComponentModel.Design.IEventBindingService.ShowCode : System.ComponentModel.IComponent * System.ComponentModel.EventDescriptor -> bool
Function ShowCode (component As IComponent, e As EventDescriptor) As Boolean Implements IEventBindingService.ShowCode
Paramètres
- component
- IComponent
Composant auquel l'événement est connecté.
Événement à afficher.
Retours
true
si le code est affiché ; sinon false
.
Implémente
Exceptions
events
a la valeur null
.