RefactoringOperation Constructor

Initializes a new instance of the RefactoringOperation class.

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

Syntax

'Declaration
Protected Sub New ( _
    currentProject As IVsUIHierarchy _
)
'Usage
Dim currentProject As IVsUIHierarchy

Dim instance As New RefactoringOperation(currentProject)
protected RefactoringOperation(
    IVsUIHierarchy currentProject
)
protected:
RefactoringOperation(
    IVsUIHierarchy^ currentProject
)
protected function RefactoringOperation(
    currentProject : IVsUIHierarchy
)
new : 
        currentProject:IVsUIHierarchy -> RefactoringOperation

Parameters

Remarks

This method can be called from any of the other methods that you implement in classes derived from [RefactoringOperation].

.NET Framework Security

See Also

Reference

RefactoringOperation Class

RefactoringOperation Members

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