VsTextLineStorageClass.Storage_RefreshColorization Yöntem

Tanım

Belirtilen satır kümesinin renklendirmeyi yenileyin.

public:
 virtual int Storage_RefreshColorization(int iTopLine, int iBotLine, [Runtime::InteropServices::Out] int % piLastAffectedLine) = Microsoft::VisualStudio::TextManager::Interop::IVsTextStorage::Storage_RefreshColorization;
 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

Parametreler

iTopLine
Int32

'ndaki Küme içindeki üst çizgi.

iBotLine
Int32

'ndaki Küme içindeki alt çizgi.

piLastAffectedLine
Int32

dışı Renklendirme yenilemenin etkilediği son satır.

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Uygulamalar

Şunlara uygulanır