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
- currentProject
Type: Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy
The project to which the refactoring operation will be applied
Remarks
This method can be called from any of the other methods that you implement in classes derived from [RefactoringOperation].
.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.Project.Refactoring Namespace