Condividi tramite


InterLineAdornmentFactory Delegato

Definizione

Factory usata per creare gli adornmenti usati da per 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 

Parametri

tag
InterLineAdornmentTag

Tag per il quale viene creato l'adornamento.

view
IWpfTextView

Visualizzazione in cui viene creato l'adornamento.

position
SnapshotPoint

Posizione nella visualizzazione in cui viene creato l'adornamento.

Valore restituito

Oggetto adorno appena creato.

Si applica a