IVsEditorAdaptersFactoryService.CreateVsCodeWindowAdapter Method

Creates an IVsCodeWindow.

Namespace:  Microsoft.VisualStudio.Editor
Assembly:  Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)

Syntax

'Declaration
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

Parameters

Return Value

Type: Microsoft.VisualStudio.TextManager.Interop.IVsCodeWindow
The new IVsCodeWindow.

.NET Framework Security

See Also

Reference

IVsEditorAdaptersFactoryService Interface

Microsoft.VisualStudio.Editor Namespace