IOleInPlaceFrame.GetBorder Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub GetBorder ( _
    <OutAttribute> lprectBorder As RECT() _
)
void GetBorder(
    RECT[] lprectBorder
)
void GetBorder(
    [OutAttribute] array<RECT>^ lprectBorder
)
abstract GetBorder : 
        lprectBorder:RECT[] byref -> unit 
function GetBorder(
    lprectBorder : RECT[]
)

Parameters

Implements

IOleInPlaceUIWindow.GetBorder(array<RECT[])

.NET Framework Security

See Also

Reference

IOleInPlaceFrame Interface

Microsoft.VisualStudio.OLE.Interop Namespace