IViewObjectEx.GetRect Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub GetRect ( _
dwAspect As UInteger, _
<OutAttribute> pRect As RECTL() _
)
void GetRect(
uint dwAspect,
RECTL[] pRect
)
void GetRect(
[InAttribute] unsigned int dwAspect,
[OutAttribute] array<RECTL>^ pRect
)
abstract GetRect :
dwAspect:uint32 *
pRect:RECTL[] byref -> unit
function GetRect(
dwAspect : uint,
pRect : RECTL[]
)
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.