IVsSyntheticRegion::GetTextImage Method (IVsTextImage^)
Visual Studio 2015
Gets the text image of the region.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- ppImage
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsTextImage^
[out] A relative text image that encompasses only the synthetic region's text.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
HRESULT IVsSyntheticRegion::GetTextImage( [out] IVsTextImage **ppImage );
Show: