RefactoringCommand Class
Abstract base class for all refactoring commands that are available in database projects. For more information, see Create Custom Database Refactoring Types or Targets.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Schema.Package.Refactoring.RefactoringCommand
Microsoft.VisualStudio.Data.Schema.Package.Refactoring.RefactoringFileNodeCommand
Microsoft.VisualStudio.Data.Schema.Package.Refactoring.RefactoringProjectNodeCommand
Microsoft.VisualStudio.Data.Schema.Package.Refactoring.RefactoringSchemaViewNodeCommand
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public MustInherit Class RefactoringCommand _
Implements IExtension
public abstract class RefactoringCommand : IExtension
public ref class RefactoringCommand abstract : IExtension
[<AbstractClass>]
type RefactoringCommand =
class
interface IExtension
end
public abstract class RefactoringCommand implements IExtension
The RefactoringCommand type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RefactoringCommand | Initializes a new instance of the RefactoringCommand class. |
Top
Properties
Name | Description | |
---|---|---|
Text | Gets the text for the command. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Refactoring Namespace