共用方式為


InterLineAdornmentFactory 代理人

定義

用於建立用於 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 

參數

tag
InterLineAdornmentTag

要為其建立裝飾的標記。

view
IWpfTextView

正在建立裝飾的檢視。

position
SnapshotPoint

檢視中要建立裝飾的位置。

傳回值

新建立的裝飾。

適用於