Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'宣言
Sub RequestBorderSpace ( _
pborderwidths As RECT() _
)
'使用
Dim instance As IOleInPlaceUIWindow
Dim pborderwidths As RECT()
instance.RequestBorderSpace(pborderwidths)
void RequestBorderSpace(
RECT[] pborderwidths
)
void RequestBorderSpace(
[InAttribute] array<RECT>^ pborderwidths
)
function RequestBorderSpace(
pborderwidths : RECT[]
)
Parameters
- pborderwidths
Type: []
Remarks
For information on the COM interface, see IOleInPlaceUIWindow::RequestBorderSpace
Permissions
- 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.