Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub SetRectComplex ( _
    prcView As RECT(), _
    prcHScroll As RECT(), _
    prcVScroll As RECT(), _
    prcSizeBox As RECT() _
)
void SetRectComplex(
    RECT[] prcView,
    RECT[] prcHScroll,
    RECT[] prcVScroll,
    RECT[] prcSizeBox
)
void SetRectComplex(
    [InAttribute] array<RECT>^ prcView, 
    [InAttribute] array<RECT>^ prcHScroll, 
    [InAttribute] array<RECT>^ prcVScroll, 
    [InAttribute] array<RECT>^ prcSizeBox
)
abstract SetRectComplex : 
        prcView:RECT[] * 
        prcHScroll:RECT[] * 
        prcVScroll:RECT[] * 
        prcSizeBox:RECT[] -> unit 
function SetRectComplex(
    prcView : RECT[], 
    prcHScroll : RECT[], 
    prcVScroll : RECT[], 
    prcSizeBox : RECT[]
)
Parameters
- prcView
 Type: array<Microsoft.VisualStudio.OLE.Interop.RECT[]
- prcHScroll
 Type: array<Microsoft.VisualStudio.OLE.Interop.RECT[]
- prcVScroll
 Type: array<Microsoft.VisualStudio.OLE.Interop.RECT[]
- prcSizeBox
 Type: array<Microsoft.VisualStudio.OLE.Interop.RECT[]
Remarks
For information on the COM interface, see IOleDocumentView::SetRectComplex
.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.