共用方式為


ITextBufferEdit 介面

表示根據 ITextBuffer 的編輯作業。

命名空間:  Microsoft.VisualStudio.Text
組件:  Microsoft.VisualStudio.Text.Data (在 Microsoft.VisualStudio.Text.Data.dll 中)

語法

'宣告
Public Interface ITextBufferEdit _
    Inherits IDisposable
public interface ITextBufferEdit : IDisposable
public interface class ITextBufferEdit : IDisposable
type ITextBufferEdit =  
    interface 
        interface IDisposable 
    end
public interface ITextBufferEdit extends IDisposable

ITextBufferEdit 類型會公開下列成員。

屬性

  名稱 描述
公用屬性 Canceled 判斷這個編輯是否已遭到取消。
公用屬性 Snapshot 取得快照的ITextBuffer在已建立此物件。

回頁首

方法

  名稱 描述
公用方法 Apply 認可這個 ITextBufferEdit 物件執行的修改,並實施在基礎的 ITextBuffer 上。它也會造成ITextBuffer產生新的快照集,並引發其Changed事件,如果所做的任何修改。
公用方法 Cancel 放棄所有以這個 ITextBufferEdit 物件起始的修改。之後每當呼叫這個物件時,將導致 InvalidOperationException
公用方法 Dispose 執行與釋放 (Free)、釋放 (Release) 或重設 Unmanaged 資源相關聯之應用程式定義的工作。 (繼承自 IDisposable)。

回頁首

備註

如需有關文字編輯的詳細資訊,請參閱"A 仔細看起來在文字模型和文字檢視"在在 [編輯器]

請參閱

參考

Microsoft.VisualStudio.Text 命名空間