IOleInPlaceUIWindow.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.
public:
void GetBorder(cli::array <Microsoft::VisualStudio::OLE::Interop::RECT> ^ lprectBorder);
public:
void GetBorder(Platform::Array <Microsoft::VisualStudio::OLE::Interop::RECT> ^ lprectBorder);
void GetBorder(std::Array <Microsoft::VisualStudio::OLE::Interop::RECT> const & lprectBorder);
public void GetBorder (Microsoft.VisualStudio.OLE.Interop.RECT[] lprectBorder);
abstract member GetBorder : Microsoft.VisualStudio.OLE.Interop.RECT[] -> unit
Public Sub GetBorder (lprectBorder As RECT())
Parameters
- lprectBorder
- RECT[]
Remarks
For information on the COM interface, see IOleInPlaceUIWindow::GetBorder