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 命名空间