IVsEditorAdaptersFactoryService.CreateVsCodeWindowAdapter(IServiceProvider) Methode

Definition

Erstellen Sie ein 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

Parameter

serviceProvider
IServiceProvider

Der IServiceProvider, mit dem das IVsCodeWindow-Element ausgeführt werden soll.

Gibt zurück

IVsCodeWindow

Das neue IVsCodeWindow.

Gilt für