VsTextLineStorageClass.Image_CloseFullTextScan 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.
Closes the full text scan of the image.
public:
virtual int Image_CloseFullTextScan() = Microsoft::VisualStudio::TextManager::Interop::IVsPersistentTextImage::Image_CloseFullTextScan;
public:
virtual int Image_CloseFullTextScan();
public:
virtual int Image_CloseFullTextScan() = Microsoft::VisualStudio::TextManager::Interop::IVsPersistentTextImage::Image_CloseFullTextScan;
virtual int Image_CloseFullTextScan();
public virtual int Image_CloseFullTextScan ();
abstract member Image_CloseFullTextScan : unit -> int
override this.Image_CloseFullTextScan : unit -> int
Public Overridable Function Image_CloseFullTextScan () As Integer
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.