IVsSplitter::GetPosition Method (Int32, Int32, Int32, Int32)
Visual Studio 2015
Gets the position of the splitter relative to its parent.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
int GetPosition( [OutAttribute] int% piLeft, [OutAttribute] int% piTop, [OutAttribute] int% piRight, [OutAttribute] int% piBottom )
Parameters
- piLeft
-
Type:
System::Int32
[out] The left side.
- piTop
-
Type:
System::Int32
[out] The top.
- piRight
-
Type:
System::Int32
[out] The right side.
- piBottom
-
Type:
System::Int32
[out] The bottom.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
HRESULT IVsSplitter::GetPosition( [out] long *piLeft, [out] long *piTop, [out] long *piRight, [out] long *piBottom );
Show: