IVsEditorAdaptersFactoryService.CreateVsCodeWindowAdapter(IServiceProvider) Método

Definição

Crie um IVsCodeWindow.

public:
 Microsoft::VisualStudio::TextManager::Interop::IVsCodeWindow ^ CreateVsCodeWindowAdapter(Microsoft::VisualStudio::OLE::Interop::IServiceProvider ^ serviceProvider);
public:
 Microsoft::VisualStudio::TextManager::Interop::IVsCodeWindow ^ CreateVsCodeWindowAdapter(Microsoft::VisualStudio::OLE::Interop::IServiceProvider ^ serviceProvider);
Microsoft::VisualStudio::TextManager::Interop::IVsCodeWindow CreateVsCodeWindowAdapter(Microsoft::VisualStudio::OLE::Interop::IServiceProvider const & serviceProvider);
public Microsoft.VisualStudio.TextManager.Interop.IVsCodeWindow CreateVsCodeWindowAdapter (Microsoft.VisualStudio.OLE.Interop.IServiceProvider serviceProvider);
abstract member CreateVsCodeWindowAdapter : Microsoft.VisualStudio.OLE.Interop.IServiceProvider -> Microsoft.VisualStudio.TextManager.Interop.IVsCodeWindow
Public Function CreateVsCodeWindowAdapter (serviceProvider As IServiceProvider) As IVsCodeWindow

Parâmetros

serviceProvider
IServiceProvider

O IServiceProvider com o qual o IVsCodeWindow deve ser local.

Retornos

IVsCodeWindow

O novo IVsCodeWindow.

Aplica-se a