IViewObjectEx.GetRect(UInt32, RECTL[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void GetRect(System::UInt32 dwAspect, cli::array <Microsoft::VisualStudio::OLE::Interop::RECTL> ^ pRect);
public:
void GetRect(unsigned int dwAspect, Platform::Array <Microsoft::VisualStudio::OLE::Interop::RECTL> ^ pRect);
void GetRect(unsigned int dwAspect, std::Array <Microsoft::VisualStudio::OLE::Interop::RECTL> const & pRect);
public void GetRect (uint dwAspect, Microsoft.VisualStudio.OLE.Interop.RECTL[] pRect);
abstract member GetRect : uint32 * Microsoft.VisualStudio.OLE.Interop.RECTL[] -> unit
Public Sub GetRect (dwAspect As UInteger, pRect As RECTL())
Parameters
- dwAspect
- UInt32
- pRect
- RECTL[]
Remarks
For information on the COM interface, see IViewObjectEx::GetRect