Dela via


DatabaseSchemaViewAddItemDialogContext.ModelElement Property

Gets or sets the model element that the Schema View node either represents or is under.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Property ModelElement As IModelElement
public IModelElement ModelElement { get; set; }
public:
property IModelElement^ ModelElement {
    IModelElement^ get ();
    void set (IModelElement^ value);
}
member ModelElement : IModelElement with get, set
function get ModelElement () : IModelElement
function set ModelElement (value : IModelElement)

Property Value

Type: Microsoft.Data.Schema.SchemaModel.IModelElement

.NET Framework Security

See Also

Reference

DatabaseSchemaViewAddItemDialogContext Class

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView Namespace