IVsHighlight::GetHighlightRect Method (array<RECT>^)
Visual Studio 2015
Returns the screen coordinates of a highlight rectangle.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- prc
-
Type:
array<Microsoft.VisualStudio.OLE.Interop::RECT>^
[out] Screen coordinates of highlight or selection.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textfind.idl:
HRESULT IVsHighlight::GetHighlightRect( [out] RECT * prc );
Show: