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


IVsSplitter.NotifySplitter - метод

Вызывается панелями дочернего элемента, если они получают фокус, конец или других событий.

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

Синтаксис

'Декларация
Function NotifySplitter ( _
    pPane As IVsSplitPane, _
    iEvent As PANEEVENTS _
) As Integer
int NotifySplitter(
    IVsSplitPane pPane,
    PANEEVENTS iEvent
)
int NotifySplitter(
    [InAttribute] IVsSplitPane^ pPane, 
    [InAttribute] PANEEVENTS iEvent
)
abstract NotifySplitter : 
        pPane:IVsSplitPane * 
        iEvent:PANEEVENTS -> int
function NotifySplitter(
    pPane : IVsSplitPane, 
    iEvent : PANEEVENTS
) : int

Параметры

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

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

Заметки

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

Из textmgr.idl:

HRESULT IVsSplitter::NotifySplitter(
   [in] IVsSplitPane *pPane,
   [in] PANEEVENTS iEvent
);

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

См. также

Ссылки

IVsSplitter Интерфейс

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