IVsCodeWindowEvents2.OnCloseEmbeddedCodeWindow(IVsCodeWindow) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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