IVsEditorAdaptersFactoryService.CreateVsCodeWindowAdapter 方法

创建一个 IVsCodeWindow

命名空间:  Microsoft.VisualStudio.Editor
程序集:  Microsoft.VisualStudio.Editor(在 Microsoft.VisualStudio.Editor.dll 中)

语法

声明
Function CreateVsCodeWindowAdapter ( _
    serviceProvider As IServiceProvider _
) As IVsCodeWindow
IVsCodeWindow CreateVsCodeWindowAdapter(
    IServiceProvider serviceProvider
)
IVsCodeWindow^ CreateVsCodeWindowAdapter(
    IServiceProvider^ serviceProvider
)
abstract CreateVsCodeWindowAdapter : 
        serviceProvider:IServiceProvider -> IVsCodeWindow
function CreateVsCodeWindowAdapter(
    serviceProvider : IServiceProvider
) : IVsCodeWindow

参数

返回值

类型:IVsCodeWindow
新的 IVsCodeWindow

.NET Framework 安全性

请参阅

参考

IVsEditorAdaptersFactoryService 接口

Microsoft.VisualStudio.Editor 命名空间