IVsPersistentTextImage::Image_LoadText Method (String^, Int32, UInt32)
Visual Studio 2015
Loads the specified text image.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- pszText
-
Type:
System::String^
[in] The text image.
- iLength
-
Type:
System::Int32
[in] The length of the text image.
- dwFlags
-
Type:
System::UInt32
[in] Flags indicating options.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
HRESULT IVsPersistentTextImage::Image_LoadText( [in] const WCHAR *pszText, [in] INT iLength, [in] DWORD dwFlags );
Show: