IVsTextViewEvents::OnSetFocus Method (IVsTextView^)
Visual Studio 2015
Notifies a client when a view receives focus.
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.
From textmgr.idl:
HRESULT IVsTextViewEvents::OnSetFocus(
[in] IVsTextView *pView
);
The reference count is not incremented when you obtain a pointer to IVsTextView; if you want to keep it, call AddRef on it explicitly.
Show: