IVsSplitPane.NotifyPane(SPLITNOTIFYCODE) Метод

Определение

Отправляет уведомление коррекции разделителя.

public:
 int NotifyPane(Microsoft::VisualStudio::TextManager::Interop::SPLITNOTIFYCODE iCode);
public:
 int NotifyPane(Microsoft::VisualStudio::TextManager::Interop::SPLITNOTIFYCODE iCode);
int NotifyPane(Microsoft::VisualStudio::TextManager::Interop::SPLITNOTIFYCODE iCode);
public int NotifyPane (Microsoft.VisualStudio.TextManager.Interop.SPLITNOTIFYCODE iCode);
abstract member NotifyPane : Microsoft.VisualStudio.TextManager.Interop.SPLITNOTIFYCODE -> int
Public Function NotifyPane (iCode As SPLITNOTIFYCODE) As Integer

Параметры

iCode
SPLITNOTIFYCODE

[in] Значение SPLITNOTIFYCODE.

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

Int32

Если метод завершается успешно, возвращает значение S_OK. В противном случае функция возвращает код ошибки.

Комментарии

Подпись COM

Из текстмгр. IDL:

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

Применяется к