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
)
function GetRect(
prcView : RECT[]
)
Parameters
- prcView
Type: []
Remarks
For information on the COM interface, see IOleDocumentView::GetRect
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.