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

备注

坐标系统。此滚动映射返回的行为,就象省略不展开。

.NET Framework 安全性

请参阅

参考

IScrollMapFactoryService 接口

Create 重载

Microsoft.VisualStudio.Text.Editor 命名空间