Partilhar via


Construtor RefactoringOperation

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
Protected Sub New ( _
    currentProject As IDatabaseProjectNode _
)
protected RefactoringOperation(
    IDatabaseProjectNode currentProject
)
protected:
RefactoringOperation(
    IDatabaseProjectNode^ currentProject
)
new : 
        currentProject:IDatabaseProjectNode -> RefactoringOperation
protected function RefactoringOperation(
    currentProject : IDatabaseProjectNode
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

RefactoringOperation Classe

Namespace Microsoft.VisualStudio.Data.Schema.Package.Refactoring