RefactoringOperation.CancelOperation 方法

使从 RefactoringOperation 派生的类可以基于用户输入取消操作。

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

语法

声明
Protected Sub CancelOperation
protected void CancelOperation()
protected:
void CancelOperation()
member CancelOperation : unit -> unit 
protected function CancelOperation()

备注

派生的类可以从以前它们实现的任何方法调用此方法。

.NET Framework 安全性

请参见

参考

RefactoringOperation 类

Microsoft.VisualStudio.Data.Schema.Package.Refactoring 命名空间