InterLineAdornmentFactory 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
用於建立用於 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
參數
要為其建立裝飾的標記。
- view
- IWpfTextView
正在建立裝飾的檢視。
- position
- SnapshotPoint
檢視中要建立裝飾的位置。
傳回值
新建立的裝飾。