IVsTextManagerEvents::OnRegisterView Method (IVsTextView^)
Visual Studio 2015
Fires when a view is registered.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- pView
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsTextView^
[in] Pointer to the IVsTextView interface identifying the view that was registered.
From textmgr.idl:
HRESULT IVsTextManagerEvents::OnRegisterView(
[in] IVsTextView *pView
);
Use notification from this method to determine when another client has registered a view.
Show: