IVsSplitter.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

参数

返回

Int32

如果该方法成功,则它会返回 S_OK。 如果该方法失败,则会返回错误代码。

实现

注解

COM 签名

从 textmgr:

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

适用于