DialogContainerWithToolbar::IVsToolWindowToolbar::GetBorder Method (array<RECT>^)

 

Returns the border information for a tool window.

Namespace:   Microsoft.VisualStudio.Shell
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::Int32

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

Return to top
Show: