共用方式為


IScrollMapFactoryService.Create 方法 (ITextView)

為指定的 ITextView 建立或重複使用現有的捲動對應。

命名空間:  Microsoft.VisualStudio.Text.Editor
組件:  Microsoft.VisualStudio.Text.UI (在 Microsoft.VisualStudio.Text.UI.dll 中)

語法

'宣告
Function Create ( _
    textView As ITextView _
) As IScrollMap
IScrollMap Create(
    ITextView textView
)
IScrollMap^ Create(
    ITextView^ textView
)
abstract Create : 
        textView:ITextView -> IScrollMap
function Create(
    textView : ITextView
) : IScrollMap

參數

傳回值

類型:Microsoft.VisualStudio.Text.Editor.IScrollMap
textView 的 IScrollMap

備註

傳回此捲軸對應的座標系統的行為就好像 elisions 不會展開。

.NET Framework 安全性

請參閱

參考

IScrollMapFactoryService 介面

Create 多載

Microsoft.VisualStudio.Text.Editor 命名空間