Compartir a través de


InterLineAdornmentFactory Delegado

Definición

Fábrica utilizada para crear adornos usados por para 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 

Parámetros

tag
InterLineAdornmentTag

Etiqueta para la que se va a crear el adorno.

view
IWpfTextView

Vista en la que se va a crear el adorno.

position
SnapshotPoint

Posición en la vista donde se va a crear el adorno.

Valor devuelto

Adorno recién creado.

Se aplica a