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


IVsTextManagerEvents3.OnUnregisterView - метод

Fires when a view is unregistered.

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

Синтаксис

'Декларация
Function OnUnregisterView ( _
    pView As IVsTextView _
) As Integer
int OnUnregisterView(
    IVsTextView pView
)
int OnUnregisterView(
    [InAttribute] IVsTextView^ pView
)
abstract OnUnregisterView : 
        pView:IVsTextView -> int
function OnUnregisterView(
    pView : IVsTextView
) : int

Параметры

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

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

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

См. также

Ссылки

IVsTextManagerEvents3 Интерфейс

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