Share via


IOleDocumentView.GetRect Method

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

Syntax

'Declaration
Sub GetRect ( _
    <OutAttribute> prcView As RECT() _
)
void GetRect(
    RECT[] prcView
)
void GetRect(
    [OutAttribute] array<RECT>^ prcView
)
abstract GetRect : 
        prcView:RECT[] byref -> unit 
function GetRect(
    prcView : RECT[]
)

Parameters

Remarks

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

.NET Framework Security

See Also

Reference

IOleDocumentView Interface

Microsoft.VisualStudio.OLE.Interop Namespace