共用方式為


IVsTextManagerEvents 介面

關於文字管理員中的變更,會通知使用者。

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

語法

'宣告
<GuidAttribute("B3175059-C6AA-4519-86C3-1FE594D26C35")> _
<InterfaceTypeAttribute()> _
Public Interface IVsTextManagerEvents
[GuidAttribute("B3175059-C6AA-4519-86C3-1FE594D26C35")]
[InterfaceTypeAttribute()]
public interface IVsTextManagerEvents
[GuidAttribute(L"B3175059-C6AA-4519-86C3-1FE594D26C35")]
[InterfaceTypeAttribute()]
public interface class IVsTextManagerEvents
[<GuidAttribute("B3175059-C6AA-4519-86C3-1FE594D26C35")>]
[<InterfaceTypeAttribute()>]
type IVsTextManagerEvents =  interface end
public interface IVsTextManagerEvents

IVsTextManagerEvents 類型會公開下列成員。

方法

  名稱 描述
公用方法 OnRegisterMarkerType 發生於註冊外部標記類型。
公用方法 OnRegisterView 檢視已登錄時引發。
公用方法 OnUnregisterView 當檢視表的註冊時引發。
公用方法 OnUserPreferencesChanged 使用者的通用的喜好設定已變更時引發。

回頁首

備註

沒有在環境中的一個文字管理員。 文字管理員管理所有的任何時點,所有的使用者設定不同的語言,以及其他有關核心文字編輯器的全域設定使用中的文字緩衝區。 實作IVsTextManagerEvents接收這些通用的設定變更的通知。 這個介面來使用文字管理員公開 (expose) IConnectionPointContainer介面上接收通知的一行文字管理員變更從緩衝區。

實作的圖例和 (或) 呼叫這個介面的範例中,請參閱Figures EditFigures Language Service

實作者注意事項

實作這個介面可以從文字管理員接收事件告知。

請參閱

參考

Microsoft.VisualStudio.TextManager.Interop 命名空間