共用方式為


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 命名空間