VsTextLineStorageClass.Storage_RefreshColorization Method

Definition

Refresh the colorization of the specified set of lines.

public:
 virtual int Storage_RefreshColorization(int iTopLine, int iBotLine, [Runtime::InteropServices::Out] int % piLastAffectedLine) = Microsoft::VisualStudio::TextManager::Interop::IVsTextStorage::Storage_RefreshColorization;
public:
 virtual int Storage_RefreshColorization(int iTopLine, int iBotLine, [Runtime::InteropServices::Out] int % piLastAffectedLine);
 virtual int Storage_RefreshColorization(int iTopLine, int iBotLine, [Runtime::InteropServices::Out] int & piLastAffectedLine);
public virtual int Storage_RefreshColorization (int iTopLine, int iBotLine, out int piLastAffectedLine);
abstract member Storage_RefreshColorization : int * int * int -> int
override this.Storage_RefreshColorization : int * int * int -> int
Public Overridable Function Storage_RefreshColorization (iTopLine As Integer, iBotLine As Integer, ByRef piLastAffectedLine As Integer) As Integer

Parameters

iTopLine
Int32

[in] The top line in the set.

iBotLine
Int32

[in] The bottom line in the set.

piLastAffectedLine
Int32

[out] The last line affected by the colorization refresh.

Returns

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

Implements

Applies to