ITextView.VisualSnapshot 屬性
取得要呈現之視覺緩衝區的 ITextSnapshot。
命名空間: Microsoft.VisualStudio.Text.Editor
組件: Microsoft.VisualStudio.Text.UI (在 Microsoft.VisualStudio.Text.UI.dll 中)
語法
'宣告
ReadOnly Property VisualSnapshot As ITextSnapshot
ITextSnapshot VisualSnapshot { get; }
property ITextSnapshot^ VisualSnapshot {
ITextSnapshot^ get ();
}
abstract VisualSnapshot : ITextSnapshot with get
function get VisualSnapshot () : ITextSnapshot
屬性值
類型:Microsoft.VisualStudio.Text.ITextSnapshot
文字快照。
備註
這個快照集不可以用於任何需要文字緩衝區位置中的位置,因為這些位置所參考的方法TextSnapshot。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。