Share via


RefactoringFileNodeCommand Class

Base command class for all refactoring commands on file nodes in Solution Explorer.

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 RefactoringFileNodeCommand _
    Inherits RefactoringCommand
'Usage
Dim instance As RefactoringFileNodeCommand
[CLSCompliantAttribute(false)]
public abstract class RefactoringFileNodeCommand : RefactoringCommand
[CLSCompliantAttribute(false)]
public ref class RefactoringFileNodeCommand abstract : public RefactoringCommand
public abstract class RefactoringFileNodeCommand extends RefactoringCommand
[<AbstractClassAttribute>]
[<CLSCompliantAttribute(false)>]
type RefactoringFileNodeCommand =  
    class
        inherit RefactoringCommand
    end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Refactoring.RefactoringCommand
    Microsoft.VisualStudio.Data.Schema.Project.Refactoring.RefactoringFileNodeCommand

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

RefactoringFileNodeCommand Members

Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace