Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
pView
Type: Microsoft.VisualStudio.TextManager.Interop.IVsTextView[in] Pointer to the IVsTextView interface.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.