IVsSplitter.NotifySplitter(IVsSplitPane, PANEEVENTS) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called by child panes when they get focus, close, or other events.
public:
int NotifySplitter(Microsoft::VisualStudio::TextManager::Interop::IVsSplitPane ^ pPane, Microsoft::VisualStudio::TextManager::Interop::PANEEVENTS iEvent);
public:
int NotifySplitter(Microsoft::VisualStudio::TextManager::Interop::IVsSplitPane ^ pPane, Microsoft::VisualStudio::TextManager::Interop::PANEEVENTS iEvent);
int NotifySplitter(Microsoft::VisualStudio::TextManager::Interop::IVsSplitPane const & pPane, Microsoft::VisualStudio::TextManager::Interop::PANEEVENTS iEvent);
public int NotifySplitter (Microsoft.VisualStudio.TextManager.Interop.IVsSplitPane pPane, Microsoft.VisualStudio.TextManager.Interop.PANEEVENTS iEvent);
abstract member NotifySplitter : Microsoft.VisualStudio.TextManager.Interop.IVsSplitPane * Microsoft.VisualStudio.TextManager.Interop.PANEEVENTS -> int
Public Function NotifySplitter (pPane As IVsSplitPane, iEvent As PANEEVENTS) As Integer
Parameters
- pPane
- IVsSplitPane
[in] The IVsSplitPane.
- iEvent
- PANEEVENTS
[in] The PANEEVENTS value.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsSplitter::NotifySplitter(
[in] IVsSplitPane *pPane,
[in] PANEEVENTS iEvent
);