IVsSyntheticRegion::GetTextImage Method (IVsTextImage^)

 

Gets the text image of the region.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

int GetTextImage(
	[OutAttribute] IVsTextImage^% ppImage
)

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::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From textmgr.idl:

HRESULT IVsSyntheticRegion::GetTextImage(
   [out] IVsTextImage **ppImage
);
Return to top
Show: