IVsSplitter::GetPane Method (Int32, IVsSplitPane^)

 

Returns the indicated pane.

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

int GetPane(
	int iIndex,
	[OutAttribute] IVsSplitPane^% ppPane
)

Parameters

iIndex
Type: System::Int32

[in] The index of the pane. iIndex can be 0 (primary) or 1 (secondary)

ppPane
Type: Microsoft.VisualStudio.TextManager.Interop::IVsSplitPane^

[out] The IVsSplitPane.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From textmgr.idl:

HRESULT IVsSplitter::GetPane([in] long iIndex, [out] IVsSplitPane **ppPane);
Return to top
Show: