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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。