Share via


IVsTextViewEvents.OnKillFocus Method

Notifies a client when a view loses focus.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
Sub OnKillFocus ( _
    pView As IVsTextView _
)
void OnKillFocus(
    IVsTextView pView
)
void OnKillFocus(
    [InAttribute] IVsTextView^ pView
)
abstract OnKillFocus : 
        pView:IVsTextView -> unit
function OnKillFocus(
    pView : IVsTextView
)

Parameters

Remarks

COM Signature

From textmgr.idl:

HRESULT IVsTextViewEvents::OnKillFocus(
   [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.

.NET Framework Security

See Also

Reference

IVsTextViewEvents Interface

Microsoft.VisualStudio.TextManager.Interop Namespace