IVsTextLinesEvents.OnChangeLineAttributes 方法
當用戶端時告知已變更的文字行的屬性。
命名空間: Microsoft.VisualStudio.TextManager.Interop
組件: Microsoft.VisualStudio.TextManager.Interop (在 Microsoft.VisualStudio.TextManager.Interop.dll 中)
語法
'宣告
Sub OnChangeLineAttributes ( _
iFirstLine As Integer, _
iLastLine As Integer _
)
void OnChangeLineAttributes(
int iFirstLine,
int iLastLine
)
void OnChangeLineAttributes(
[InAttribute] int iFirstLine,
[InAttribute] int iLastLine
)
abstract OnChangeLineAttributes :
iFirstLine:int *
iLastLine:int -> unit
function OnChangeLineAttributes(
iFirstLine : int,
iLastLine : int
)
參數
iFirstLine
類型:Int32[in]第一個受影響的列 (含)。
iLastLine
類型:Int32[in]最後一個受影響的列 (含)。
備註
COM 簽章
從 textmgr.idl:
HRESULT IVsTextLinesEvents::OnChangeLineAttributes(
[in] long iFirstLine,
[in] long iLastLine
);
這個事件被呼叫任何執行個體中變更文字的文字結果中的變更,對齊屬性,例如語法和標記的色彩。 文字會變更可能會發生兩個以程式設計的方式,並透過使用者動作。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。