IVsFinder::AttachTextImage Method (Object^)
Visual Studio 2015
Attaches a text image.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- pTextImage
-
Type:
System::Object^
[in] Object to attach. IVsTextImage or IVsTextLines.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textfind.idl:
HRESULT IVsFinder::AttachTextImage(
[in] IUnknown * pTextImage
);
Show: