Udostępnij za pośrednictwem


InterLineAdornmentFactory Delegat

Definicja

Fabryka używana do tworzenia ozdobników używanych przez element 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 

Parametry

tag
InterLineAdornmentTag

Tag, dla którego jest tworzona ozdoba.

view
IWpfTextView

Widok, w którym jest tworzona ozdoba.

position
SnapshotPoint

Pozycja w widoku, w którym jest tworzona ozdoba.

Wartość zwracana

Nowo utworzona ozdoba.

Dotyczy