IOleInPlaceActiveObject.ResizeBorder Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
‘선언
Sub ResizeBorder ( _
prcBorder As RECT(), _
ByRef riid As Guid, _
pUIWindow As IOleInPlaceUIWindow, _
fFrameWindow As Integer _
)
void ResizeBorder(
RECT[] prcBorder,
ref Guid riid,
IOleInPlaceUIWindow pUIWindow,
int fFrameWindow
)
Parameters
- prcBorder
Type: array<Microsoft.VisualStudio.OLE.Interop.RECT[]
- riid
Type: System.Guid%
- pUIWindow
Type: Microsoft.VisualStudio.OLE.Interop.IOleInPlaceUIWindow
- fFrameWindow
Type: System.Int32
Remarks
For information on the COM interface, see IOleInPlaceActiveObject::ResizeBorder
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.