InterLineAdornmentFactory Délégué
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.
Fabrique utilisée pour créer des ornements utilisés par pour les InterLineAdornmentTags.
public delegate System.Windows.UIElement InterLineAdornmentFactory(InterLineAdornmentTag tag, IWpfTextView view, SnapshotPoint position);
type InterLineAdornmentFactory = delegate of InterLineAdornmentTag * IWpfTextView * SnapshotPoint -> UIElement
Public Delegate Function InterLineAdornmentFactory(tag As InterLineAdornmentTag, view As IWpfTextView, position As SnapshotPoint) As UIElement
Paramètres
Balise pour laquelle l’ornement est en cours de création.
- view
- IWpfTextView
Vue dans laquelle l’ornement est créé.
- position
- SnapshotPoint
Position dans la vue où l’ornement est créé.
Valeur renvoyée
Ornement nouvellement créé.