InterLineAdornmentFactory 委托
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于创建用于 InterLineAdornmentTag 的装饰的工厂。
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
参数
要为其创建装饰的标记。
- view
- IWpfTextView
在其中创建装饰的视图。
- position
- SnapshotPoint
视图中正在创建装饰的位置。
返回值
新创建的装饰。