共用方式為


IVsLinkedUndoClient 介面

表示該一個復原管理員封鎖了其他的復原管理員執行連結的動作。

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

語法

'宣告
<InterfaceTypeAttribute()> _
<GuidAttribute("33452684-FAB0-4F76-B4E9-19EE0B96B4AD")> _
Public Interface IVsLinkedUndoClient
[InterfaceTypeAttribute()]
[GuidAttribute("33452684-FAB0-4F76-B4E9-19EE0B96B4AD")]
public interface IVsLinkedUndoClient
[InterfaceTypeAttribute()]
[GuidAttribute(L"33452684-FAB0-4F76-B4E9-19EE0B96B4AD")]
public interface class IVsLinkedUndoClient
[<InterfaceTypeAttribute()>]
[<GuidAttribute("33452684-FAB0-4F76-B4E9-19EE0B96B4AD")>]
type IVsLinkedUndoClient =  interface end
public interface IVsLinkedUndoClient

IVsLinkedUndoClient 類型會公開下列成員。

方法

  名稱 描述
公用方法 OnInterveningUnitBlockingLinkedUndo 表示復原管理員已封鎖另一個復原管理員執行連結的動作。

回頁首

備註

實作IVsLinkedUndoClient復原管理員已封鎖執行連結的動作的另一個復原管理員] 時收到通知。 當攔截復原管理員在環境中,呼叫AdviseLinkedUndoClient ,並傳遞指標,您IVsLinkedUndoClient實作。 如需詳細資訊,請參閱 How to: 實作復原管理

實作者注意事項

實作用來復原管理員具有非連結的動作,其復原的上方時,收到通知,或取消復原堆疊封鎖另一個復原管理員執行連結的動作。

請參閱

參考

Microsoft.VisualStudio.TextManager.Interop 命名空間