Compartilhar via


Método IVsEditorAdaptersFactoryService.CreateVsCodeWindowAdapter

Cria um IVsCodeWindow.

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

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: IVsCodeWindow
The new IVsCodeWindow.

Segurança do .NET Framework

Consulte também

Referência

IVsEditorAdaptersFactoryService Interface

Namespace Microsoft.VisualStudio.Editor