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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Refactoring Namespace