IVsCodeWindowEvents2.OnNewEmbeddedCodeWindow(IVsCodeWindow) Method

Definition

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

Returns

Applies to