IVsTextViewEvents.OnSetFocus, méthode
Avertit un client lorsqu'une vue reçoit le focus.
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)
Syntaxe
'Déclaration
Sub OnSetFocus ( _
pView As IVsTextView _
)
void OnSetFocus(
IVsTextView pView
)
void OnSetFocus(
[InAttribute] IVsTextView^ pView
)
abstract OnSetFocus :
pView:IVsTextView -> unit
function OnSetFocus(
pView : IVsTextView
)
Paramètres
pView
Type : Microsoft.VisualStudio.TextManager.Interop.IVsTextView[in] pointeur à l'interface d'IVsTextView.
Notes
Signature de COM
De textmgr.idl :
HRESULT IVsTextViewEvents::OnSetFocus(
[in] IVsTextView *pView
);
Le nombre de références n'est pas incrémenté lorsque vous obtenez un pointeur à IVsTextView ; si vous souhaitez le conserver, appelez AddRef dessus explicitement.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.