IVsCodeWindowEvents::OnNewView Method (IVsTextView^)
Visual Studio 2015
Called when a view has just been created.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- pView
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsTextView^
[in] The IVsTextView object representing the view that has been created.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
HRESULT IVsCodeWindowEvents::OnNewView(
[in] IVsTextView *pView
);
Show: