Costruttore RefactoringOperation

Spazio dei nomi:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintassi

'Dichiarazione
Protected Sub New ( _
    currentProject As IDatabaseProjectNode _
)
protected RefactoringOperation(
    IDatabaseProjectNode currentProject
)
protected:
RefactoringOperation(
    IDatabaseProjectNode^ currentProject
)
new : 
        currentProject:IDatabaseProjectNode -> RefactoringOperation
protected function RefactoringOperation(
    currentProject : IDatabaseProjectNode
)

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

RefactoringOperation Classe

Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.Refactoring