Partager via


IVsTextManagerEvents.OnRegisterView, méthode

Le déclenche lorsqu'une vue est enregistrée.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
Sub OnRegisterView ( _
    pView As IVsTextView _
)
void OnRegisterView(
    IVsTextView pView
)
void OnRegisterView(
    [InAttribute] IVsTextView^ pView
)
abstract OnRegisterView : 
        pView:IVsTextView -> unit
function OnRegisterView(
    pView : IVsTextView
)

Paramètres

Notes

Signature de COM

De textmgr.idl :

HRESULT IVsTextManagerEvents::OnRegisterView(
   [in] IVsTextView *pView
);

Utilisez la notification de cette méthode pour déterminer quand un autre client a enregistré une vue.

Sécurité .NET Framework

Voir aussi

Référence

IVsTextManagerEvents Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms