VsTextLineStorageClass.Image_FullTextRead(String, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads the full text image.
public:
virtual int Image_FullTextRead([Runtime::InteropServices::Out] System::String ^ % ppszText, [Runtime::InteropServices::Out] int % piLength) = Microsoft::VisualStudio::TextManager::Interop::IVsPersistentTextImage::Image_FullTextRead;
public:
virtual int Image_FullTextRead([Runtime::InteropServices::Out] System::String ^ % ppszText, [Runtime::InteropServices::Out] int % piLength);
virtual int Image_FullTextRead([Runtime::InteropServices::Out] std::wstring const & & ppszText, [Runtime::InteropServices::Out] int & piLength);
public virtual int Image_FullTextRead (out string ppszText, out int piLength);
abstract member Image_FullTextRead : string * int -> int
override this.Image_FullTextRead : string * int -> int
Public Overridable Function Image_FullTextRead (ByRef ppszText As String, ByRef piLength As Integer) As Integer
Parameters
- ppszText
- String
[out] The text image.
- piLength
- Int32
[out] The length of the text image.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.