Поделиться через


RefactoringOperation.CancelOperation Method

Enables classes derived from RefactoringOperation to cancel the operation, based on user input.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Protected Sub CancelOperation
protected void CancelOperation()
protected:
void CancelOperation()
member CancelOperation : unit -> unit 
protected function CancelOperation()

Remarks

Derived classes can call this method from any of the previous methods that they implement.

.NET Framework Security

See Also

Reference

RefactoringOperation Class

Microsoft.VisualStudio.Data.Schema.Package.Refactoring Namespace