ITextEdit.HasFailedChanges 属性

确定是否存在因只读区域而无法添加到此编辑中的更改。

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

语法

声明
ReadOnly Property HasFailedChanges As Boolean
bool HasFailedChanges { get; }
property bool HasFailedChanges {
    bool get ();
}
abstract HasFailedChanges : bool with get
function get HasFailedChanges () : boolean

属性值

类型:Boolean
true ,如果有任何更改失败添加到此编辑由于只读区域,否则 false。

.NET Framework 安全性

请参阅

参考

ITextEdit 接口

Microsoft.VisualStudio.Text 命名空间