DialogContainerWithToolbar.IVsToolWindowToolbar.GetBorder(RECT[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the border information for a tool window.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsToolWindowToolbar.GetBorder(cli::array <Microsoft::VisualStudio::OLE::Interop::RECT> ^ rect) = Microsoft::VisualStudio::Shell::Interop::IVsToolWindowToolbar::GetBorder;
virtual int Microsoft.VisualStudio.Shell.Interop.IVsToolWindowToolbar.GetBorder(Platform::Array <Microsoft::VisualStudio::OLE::Interop::RECT> ^ rect) = Microsoft::VisualStudio::Shell::Interop::IVsToolWindowToolbar::GetBorder;
int Microsoft.VisualStudio.Shell.Interop.IVsToolWindowToolbar.GetBorder(std::Array <Microsoft::VisualStudio::OLE::Interop::RECT> const & rect);
int IVsToolWindowToolbar.GetBorder (Microsoft.VisualStudio.OLE.Interop.RECT[] rect);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsToolWindowToolbar.GetBorder : Microsoft.VisualStudio.OLE.Interop.RECT[] -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsToolWindowToolbar.GetBorder : Microsoft.VisualStudio.OLE.Interop.RECT[] -> int
Function GetBorder (rect As RECT()) As Integer Implements IVsToolWindowToolbar.GetBorder
Parameters
- rect
- RECT[]
Pointer to the location and size of the tool window border.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.