RenameReferenceContributorInput Constructor (String, String, ISqlModelElement)

Initializes a new instance of the RenameReferenceContributorInput class.

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

Syntax

'Declaration
Public Sub New ( _
    oldName As String, _
    newName As String, _
    modelElement As ISqlModelElement _
)
public RenameReferenceContributorInput(
    string oldName,
    string newName,
    ISqlModelElement modelElement
)
public:
RenameReferenceContributorInput(
    String^ oldName, 
    String^ newName, 
    ISqlModelElement^ modelElement
)
new : 
        oldName:string * 
        newName:string * 
        modelElement:ISqlModelElement -> RenameReferenceContributorInput
public function RenameReferenceContributorInput(
    oldName : String, 
    newName : String, 
    modelElement : ISqlModelElement
)

Parameters

.NET Framework Security

See Also

Reference

RenameReferenceContributorInput Class

RenameReferenceContributorInput Overload

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