IWpfTextViewCreationListener Interface
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.
Écoute quand des IWpfTextView s sont créés.
public interface class IWpfTextViewCreationListener
public interface class IWpfTextViewCreationListener
__interface IWpfTextViewCreationListener
public interface IWpfTextViewCreationListener
type IWpfTextViewCreationListener = interface
Public Interface IWpfTextViewCreationListener
Remarques
Il s’agit d’une partie de composant MEF qui doit être exportée avec l’attribut suivant : [Export (typeof (IWpfTextViewCreationListener))] [ContentType ("...")] [TextViewRole ("...")]
Méthodes
| TextViewCreated(IWpfTextView) |
Appelé lorsqu'un affichage de texte contenant des rôles correspondants est créé par-dessus un modèle de données texte disposant d'un type de contenu correspondant. |