Partager via


IVsTextManagerEvents3.OnRegisterView Method

Fires when a view is registered.

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

Syntax

'Déclaration
Function OnRegisterView ( _
    pView As IVsTextView _
) As Integer
int OnRegisterView(
    IVsTextView pView
)
int OnRegisterView(
    [InAttribute] IVsTextView^ pView
)
abstract OnRegisterView : 
        pView:IVsTextView -> int 
function OnRegisterView(
    pView : IVsTextView
) : int

Parameters

Return Value

Type: System.Int32
Returns S_OK if the method is successful.

.NET Framework Security

See Also

Reference

IVsTextManagerEvents3 Interface

Microsoft.VisualStudio.TextManager.Interop Namespace