Поделиться через


IVsTextManagerEvents3.OnRegisterView - метод

Fires when a view is registered.

Пространство имен:  Microsoft.VisualStudio.TextManager.Interop
Сборка:  Microsoft.VisualStudio.TextManager.Interop.11.0 (в Microsoft.VisualStudio.TextManager.Interop.11.0.dll)

Синтаксис

'Декларация
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

Параметры

Возвращаемое значение

Тип: Int32
Returns S_OK if the method is successful.

Безопасность платформы .NET Framework

См. также

Ссылки

IVsTextManagerEvents3 Интерфейс

Microsoft.VisualStudio.TextManager.Interop - пространство имен