IViewObjectEx.GetRect Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
‘선언
Sub GetRect ( _
dwAspect As UInteger, _
<OutAttribute> pRect As RECTL() _
)
void GetRect(
uint dwAspect,
RECTL[] pRect
)
Parameters
- dwAspect
Type: System.UInt32
- pRect
Type: array<Microsoft.VisualStudio.OLE.Interop.RECTL[]
Remarks
For information on the COM interface, see IViewObjectEx::GetRect
.NET Framework Security
- 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.