IOleDocumentView.GetRect Method

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

Syntax

声明
Sub GetRect ( _
    <OutAttribute> prcView As RECT() _
)
用法
Dim instance As IOleDocumentView
Dim prcView As RECT()

instance.GetRect(prcView)
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

IOleDocumentView Members

Microsoft.VisualStudio.OLE.Interop Namespace