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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。