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
serviceProvider
Type: Microsoft.VisualStudio.OLE.Interop.IServiceProviderThe IServiceProvider with which to site the IVsCodeWindow.
Return Value
Type: Microsoft.VisualStudio.TextManager.Interop.IVsCodeWindow
The new IVsCodeWindow.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.