DialogContainerWithToolbar::IVsToolWindowToolbar::GetBorder Method (array<RECT>^)
Visual Studio 2015
Returns the border information for a tool window.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
private: virtual int GetBorder( array<RECT>^ rect ) sealed = IVsToolWindowToolbar::GetBorder
Parameters
- rect
-
Type:
array<Microsoft.VisualStudio.OLE.Interop::RECT>^
Pointer to the location and size of the tool window border.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: