IVsSplitter::IsPanePrimary Method (IVsSplitPane^)

 

Determines if the pane is the primary pane.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

int IsPanePrimary(
	IVsSplitPane^ pPane
)

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK indicating that the pane is the primary. S_FALSE means it is the secondary pane.

From textmgr.idl:

HRESULT IVsSplitter::IsPanePrimary(
   [in] IVsSplitPane *pPane
);
Return to top
Show: