共用方式為


IVsTextLinesEvents 介面

告知用戶端的基礎文字緩衝區的變更。

命名空間:  Microsoft.VisualStudio.TextManager.Interop
組件:  Microsoft.VisualStudio.TextManager.Interop (在 Microsoft.VisualStudio.TextManager.Interop.dll 中)

語法

'宣告
<GuidAttribute("598D7074-DC17-4162-9A2F-97DD4540C2DD")> _
<InterfaceTypeAttribute()> _
Public Interface IVsTextLinesEvents
[GuidAttribute("598D7074-DC17-4162-9A2F-97DD4540C2DD")]
[InterfaceTypeAttribute()]
public interface IVsTextLinesEvents
[GuidAttribute(L"598D7074-DC17-4162-9A2F-97DD4540C2DD")]
[InterfaceTypeAttribute()]
public interface class IVsTextLinesEvents
[<GuidAttribute("598D7074-DC17-4162-9A2F-97DD4540C2DD")>]
[<InterfaceTypeAttribute()>]
type IVsTextLinesEvents =  interface end
public interface IVsTextLinesEvents

IVsTextLinesEvents 類型會公開下列成員。

方法

  名稱 描述
公用方法 OnChangeLineAttributes 當用戶端時告知已變更的文字行的屬性。
公用方法 OnChangeLineText 緩衝區中的文字行的內容變更時,請告知用戶端。

回頁首

備註

實作IVsTextLinesEvents文字緩衝區中接收變更通知用戶端物件上的介面。 這個介面來使用您建立文字緩衝區公開 (expose) IConnectionPointContainer介面上接收通知的一行文字緩衝區變成從緩衝區。 變更被以二維的行索引的座標系統。

實作者注意事項

由用戶端實作,因此他們會收到通知的線條會變為文字緩衝區中。

呼叫者注意事項

呼叫以回應變更成文字的文字緩衝區或緩衝區中的屬性。

請參閱

參考

Microsoft.VisualStudio.TextManager.Interop 命名空間