Partager via


InterLineAdornmentFactory Délégué

Définition

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

tag
InterLineAdornmentTag

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éé.

S’applique à