共用方式為


ITextView.TextSnapshot 屬性

取得目前呈現於檢視中之文字的 ITextSnapshot

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

語法

'宣告
ReadOnly Property TextSnapshot As ITextSnapshot
ITextSnapshot TextSnapshot { get; }
property ITextSnapshot^ TextSnapshot {
    ITextSnapshot^ get ();
}
abstract TextSnapshot : ITextSnapshot with get
function get TextSnapshot () : ITextSnapshot

屬性值

類型:Microsoft.VisualStudio.Text.ITextSnapshot
文字快照。

備註

這個快照集是相同的CurrentSnapshot的TextBuffer,當處理該緩衝區在 Changed 事件時例外。

.NET Framework 安全性

請參閱

參考

ITextView 介面

Microsoft.VisualStudio.Text.Editor 命名空間