Share via


IVsCodeWindowEvents2.OnCloseEmbeddedCodeWindow(IVsCodeWindow) Method

Definition

public:
 int OnCloseEmbeddedCodeWindow(Microsoft::VisualStudio::TextManager::Interop::IVsCodeWindow ^ pCodeWindow);
public:
 int OnCloseEmbeddedCodeWindow(Microsoft::VisualStudio::TextManager::Interop::IVsCodeWindow ^ pCodeWindow);
int OnCloseEmbeddedCodeWindow(Microsoft::VisualStudio::TextManager::Interop::IVsCodeWindow const & pCodeWindow);
public int OnCloseEmbeddedCodeWindow (Microsoft.VisualStudio.TextManager.Interop.IVsCodeWindow pCodeWindow);
abstract member OnCloseEmbeddedCodeWindow : Microsoft.VisualStudio.TextManager.Interop.IVsCodeWindow -> int
Public Function OnCloseEmbeddedCodeWindow (pCodeWindow As IVsCodeWindow) As Integer

Parameters

pCodeWindow
IVsCodeWindow

Returns

Applies to