IEditorOperations.CanDelete 属性

确定是否可以执行删除操作。

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

语法

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

属性值

类型:Boolean
true ,如果删除操作可能的,否则 false。

.NET Framework 安全性

请参阅

参考

IEditorOperations 接口

Microsoft.VisualStudio.Text.Operations 命名空间