RefactoringOperation 构造函数

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

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

参数

.NET Framework 安全性

请参见

参考

RefactoringOperation 类

Microsoft.VisualStudio.Data.Schema.Package.Refactoring 命名空间