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


IVsSplitter.NotifyPane - метод

Уведомляет коррекции разделителя.

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

Синтаксис

'Декларация
Function NotifyPane ( _
    iCode As SPLITNOTIFYCODE _
) As Integer
int NotifyPane(
    SPLITNOTIFYCODE iCode
)
int NotifyPane(
    [InAttribute] SPLITNOTIFYCODE iCode
)
abstract NotifyPane : 
        iCode:SPLITNOTIFYCODE -> int
function NotifyPane(
    iCode : SPLITNOTIFYCODE
) : int

Параметры

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

Тип: Int32
Если метод завершается успешно, возвращается S_OK.Если происходит сбой, возвращается код ошибки.

Заметки

Модель COM подписи

Из textmgr.idl:

HRESULT IVsSplitter::NotifyPane(
   [in] SPLITNOTIFYCODE iCode
);

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

См. также

Ссылки

IVsSplitter Интерфейс

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