TextContentChangingEventArgs.Before 属性

获取更改前的最新 ITextSnapshot

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

语法

声明
Public Property Before As ITextSnapshot
public ITextSnapshot Before { get; private set; }
public:
property ITextSnapshot^ Before {
    ITextSnapshot^ get ();
    private: void set (ITextSnapshot^ value);
}
member Before : ITextSnapshot with get, private set
function get Before () : ITextSnapshot 
private function set Before (value : ITextSnapshot)

属性值

类型:Microsoft.VisualStudio.Text.ITextSnapshot
更改之前的最新 ITextSnapshot

.NET Framework 安全性

请参阅

参考

TextContentChangingEventArgs 类

Microsoft.VisualStudio.Text 命名空间