次の方法で共有


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

装飾が作成されているビュー内の位置。

戻り値

新しく作成された装飾。

適用対象