VsTextLineStorageClass.Storage_RefreshColorization Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.