IVsSplitter.IsPanePrimary(IVsSplitPane) 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.
Determines if the pane is the primary pane.
public:
int IsPanePrimary(Microsoft::VisualStudio::TextManager::Interop::IVsSplitPane ^ pPane);
public:
int IsPanePrimary(Microsoft::VisualStudio::TextManager::Interop::IVsSplitPane ^ pPane);
int IsPanePrimary(Microsoft::VisualStudio::TextManager::Interop::IVsSplitPane const & pPane);
public int IsPanePrimary (Microsoft.VisualStudio.TextManager.Interop.IVsSplitPane pPane);
abstract member IsPanePrimary : Microsoft.VisualStudio.TextManager.Interop.IVsSplitPane -> int
Public Function IsPanePrimary (pPane As IVsSplitPane) As Integer
Parameters
- pPane
- IVsSplitPane
The IVsSplitPane.
Returns
If the method succeeds, it returns S_OK indicating that the pane is the primary. S_FALSE means it is the secondary pane.
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsSplitter::IsPanePrimary(
[in] IVsSplitPane *pPane
);