共用方式為


TextViewLayoutChangedEventArgs.NewSnapshot 屬性

取得檢視的新快照。

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

語法

'宣告
Public ReadOnly Property NewSnapshot As ITextSnapshot
public ITextSnapshot NewSnapshot { get; }
public:
property ITextSnapshot^ NewSnapshot {
    ITextSnapshot^ get ();
}
member NewSnapshot : ITextSnapshot with get
function get NewSnapshot () : ITextSnapshot

屬性值

類型:Microsoft.VisualStudio.Text.ITextSnapshot
檢視新的快照。

備註

已取代。 請使用 NewViewState.EditSnapshot。

.NET Framework 安全性

請參閱

參考

TextViewLayoutChangedEventArgs 類別

Microsoft.VisualStudio.Text.Editor 命名空間