IVsSplitter.SetParentSplitter Method
Sets/Gets the parent splitter for this pane.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Function SetParentSplitter ( _
pSplitter As IVsSplitter _
) As Integer
int SetParentSplitter(
IVsSplitter pSplitter
)
int SetParentSplitter(
[InAttribute] IVsSplitter^ pSplitter
)
abstract SetParentSplitter :
pSplitter:IVsSplitter -> int
function SetParentSplitter(
pSplitter : IVsSplitter
) : int
Parameters
pSplitter
Type: Microsoft.VisualStudio.TextManager.Interop.IVsSplitter[in] The IVsSplitter.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsSplitter::SetParentSplitter(
[in] IVsSplitter *pSplitter
);
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.