IScrollMapFactoryService 介面
為 ITextView 建立或重複使用 IScrollMap。
命名空間: Microsoft.VisualStudio.Text.Editor
組件: Microsoft.VisualStudio.Text.UI (在 Microsoft.VisualStudio.Text.UI.dll 中)
語法
'宣告
Public Interface IScrollMapFactoryService
public interface IScrollMapFactoryService
public interface class IScrollMapFactoryService
type IScrollMapFactoryService = interface end
public interface IScrollMapFactoryService
方法
名稱 | 描述 | |
---|---|---|
Create(ITextView) | 為指定的 ITextView 建立或重複使用現有的捲動對應。 | |
Create(ITextView, Boolean) | 為指定的 ITextView 建立或重複使用現有的捲動對應。 |
回頁首
備註
這是 MEF 元件的組件,並應該匯入,如下所示:
[Import]
IScrollMapFactoryService factory = null;