Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub ResizeBorder ( _
prcBorder As RECT(), _
ByRef riid As Guid, _
pUIWindow As IOleInPlaceUIWindow, _
fFrameWindow As Integer _
)
'Usage
Dim instance As IOleInPlaceActiveObject
Dim prcBorder As RECT()
Dim riid As Guid
Dim pUIWindow As IOleInPlaceUIWindow
Dim fFrameWindow As Integer
instance.ResizeBorder(prcBorder, riid, _
pUIWindow, fFrameWindow)
void ResizeBorder(
RECT[] prcBorder,
ref Guid riid,
IOleInPlaceUIWindow pUIWindow,
int fFrameWindow
)
void ResizeBorder(
[InAttribute] array<RECT>^ prcBorder,
[InAttribute] Guid% riid,
[InAttribute] IOleInPlaceUIWindow^ pUIWindow,
[InAttribute] int fFrameWindow
)
abstract ResizeBorder :
prcBorder:RECT[] *
riid:Guid byref *
pUIWindow:IOleInPlaceUIWindow *
fFrameWindow:int -> unit
function ResizeBorder(
prcBorder : RECT[],
riid : Guid,
pUIWindow : IOleInPlaceUIWindow,
fFrameWindow : int
)
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.
See Also
Reference
IOleInPlaceActiveObject Interface