TextContentChangingEventArgs.BeforeVersion 属性

获取与 Before 关联的 ITextVersion

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

语法

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

属性值

类型:Microsoft.VisualStudio.Text.ITextVersion
Before 关联的 ITextVersion

.NET Framework 安全性

请参阅

参考

TextContentChangingEventArgs 类

Microsoft.VisualStudio.Text 命名空间