RefactoringOperation Constructor
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Protected Sub New ( _
currentProject As IDatabaseProjectNode _
)
protected RefactoringOperation(
IDatabaseProjectNode currentProject
)
protected:
RefactoringOperation(
IDatabaseProjectNode^ currentProject
)
new :
currentProject:IDatabaseProjectNode -> RefactoringOperation
protected function RefactoringOperation(
currentProject : IDatabaseProjectNode
)
Parameters
- currentProject
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseProjectNode
.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.Package.Refactoring Namespace