RefactoringSchemaViewNodeCommand Class
Base command class for all refactoring commands on nodes in Schema View.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public MustInherit Class RefactoringSchemaViewNodeCommand _
Inherits RefactoringCommand
'Usage
Dim instance As RefactoringSchemaViewNodeCommand
[CLSCompliantAttribute(false)]
public abstract class RefactoringSchemaViewNodeCommand : RefactoringCommand
[CLSCompliantAttribute(false)]
public ref class RefactoringSchemaViewNodeCommand abstract : public RefactoringCommand
public abstract class RefactoringSchemaViewNodeCommand extends RefactoringCommand
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Schema.Project.Refactoring.RefactoringCommand
Microsoft.VisualStudio.Data.Schema.Project.Refactoring.RefactoringSchemaViewNodeCommand
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
RefactoringSchemaViewNodeCommand Members
Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace