IVsCodeWindowEvents2.OnNewEmbeddedCodeWindow(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 OnNewEmbeddedCodeWindow(Microsoft::VisualStudio::TextManager::Interop::IVsCodeWindow ^ pCodeWindow);
public:
int OnNewEmbeddedCodeWindow(Microsoft::VisualStudio::TextManager::Interop::IVsCodeWindow ^ pCodeWindow);
int OnNewEmbeddedCodeWindow(Microsoft::VisualStudio::TextManager::Interop::IVsCodeWindow const & pCodeWindow);
public int OnNewEmbeddedCodeWindow (Microsoft.VisualStudio.TextManager.Interop.IVsCodeWindow pCodeWindow);
abstract member OnNewEmbeddedCodeWindow : Microsoft.VisualStudio.TextManager.Interop.IVsCodeWindow -> int
Public Function OnNewEmbeddedCodeWindow (pCodeWindow As IVsCodeWindow) As Integer
Parameters
- pCodeWindow
- IVsCodeWindow