Share via


RenameReferenceContributorInput.ModelElement Property

Gets the schema identifier for the selected schema object.

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

Syntax

'Declaration
Public ReadOnly Property ModelElement As ISqlModelElement
    Get
'Usage
Dim instance As RenameReferenceContributorInput
Dim value As ISqlModelElement

value = instance.ModelElement
public ISqlModelElement ModelElement { get; }
public:
property ISqlModelElement^ ModelElement {
    ISqlModelElement^ get ();
}
function get ModelElement () : ISqlModelElement
member ModelElement : ISqlModelElement

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISqlModelElement
Returns a ISqlModelElement.

.NET Framework Security

See Also

Reference

RenameReferenceContributorInput Class

RenameReferenceContributorInput Members

Microsoft.VisualStudio.Data.Schema.Project.Sql.Refactoring.Rename Namespace