TextSnapshotChangedEventArgs.Before 属性

获取更改前 ITextBuffer 的状态。

命名空间:  Microsoft.VisualStudio.Text
程序集:  Microsoft.VisualStudio.Text.Data(在 Microsoft.VisualStudio.Text.Data.dll 中)

语法

声明
Public ReadOnly Property Before As ITextSnapshot
public ITextSnapshot Before { get; }
public:
property ITextSnapshot^ Before {
    ITextSnapshot^ get ();
}
member Before : ITextSnapshot with get
function get Before () : ITextSnapshot

属性值

类型:Microsoft.VisualStudio.Text.ITextSnapshot
发生更改之前的 ITextBuffer 的状态。

.NET Framework 安全性

请参阅

参考

TextSnapshotChangedEventArgs 类

Microsoft.VisualStudio.Text 命名空间