TextContentChangingEventArgs.Canceled 属性

确定是否已取消编辑事务。

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

语法

声明
Public Property Canceled As Boolean
public bool Canceled { get; private set; }
public:
property bool Canceled {
    bool get ();
    private: void set (bool value);
}
member Canceled : bool with get, private set
function get Canceled () : boolean 
private function set Canceled (value : boolean)

属性值

类型:Boolean
true ,如果编辑事务已取消,否则 false。

.NET Framework 安全性

请参阅

参考

TextContentChangingEventArgs 类

Microsoft.VisualStudio.Text 命名空间