TextContentChangedEventArgs.Changes 属性

获取已发生的更改集。

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

语法

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

属性值

类型:Microsoft.VisualStudio.Text.INormalizedTextChangeCollection
设置发生更改。

.NET Framework 安全性

请参阅

参考

TextContentChangedEventArgs 类

Microsoft.VisualStudio.Text 命名空间