次の方法で共有


IOleDocumentView.SetRectComplex Method

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

Syntax

'宣言
Sub SetRectComplex ( _
    prcView As RECT(), _
    prcHScroll As RECT(), _
    prcVScroll As RECT(), _
    prcSizeBox As RECT() _
)
void SetRectComplex(
    RECT[] prcView,
    RECT[] prcHScroll,
    RECT[] prcVScroll,
    RECT[] prcSizeBox
)

Parameters

Remarks

For information on the COM interface, see IOleDocumentView::SetRectComplex

.NET Framework Security

See Also

Reference

IOleDocumentView Interface

Microsoft.VisualStudio.OLE.Interop Namespace