Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'宣言
Sub SetRect ( _
prcView As RECT() _
)
'使用
Dim instance As IOleDocumentView
Dim prcView As RECT()
instance.SetRect(prcView)
void SetRect(
RECT[] prcView
)
void SetRect(
[InAttribute] array<RECT>^ prcView
)
function SetRect(
prcView : RECT[]
)
Parameters
- prcView
Type: []
Remarks
For information on the COM interface, see IOleDocumentView::SetRect
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.