共用方式為


IVsTextStream.GetUndoManager 方法

傳回這個緩衝區的復原管理員。

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

語法

'宣告
Function GetUndoManager ( _
    <OutAttribute> ByRef ppUndoManager As IOleUndoManager _
) As Integer
int GetUndoManager(
    out IOleUndoManager ppUndoManager
)
int GetUndoManager(
    [OutAttribute] IOleUndoManager^% ppUndoManager
)
abstract GetUndoManager : 
        ppUndoManager:IOleUndoManager byref -> int
function GetUndoManager(
    ppUndoManager : IOleUndoManager
) : int

參數

  • ppUndoManager
    類型:IOleUndoManager%

    [] out指標IOleUndoManager介面。

傳回值

類型:Int32
如果此方法將會成功,則會傳回S_OK。如果失敗,它就會傳回錯誤碼。

備註

COM 簽章

從 textmgr.idl:

HRESULT IVsTextStream::GetUndoManager(
   [out] IOleUndoManager **ppUndoManager
);

這個方法可能會花高昂費用,基礎緩衝區的實作而定。 也就是緩衝區的它可能是緩衝區的非常困難計算緩衝區的大小,如果它是緩衝區的虛擬行導向實作中,做為 Visual Basic。

.NET Framework 安全性

請參閱

參考

IVsTextStream 介面

Microsoft.VisualStudio.TextManager.Interop 命名空間