Compartir a través de


DatabaseSchemaViewAddItemDialogContext.ModelElement (Propiedad)

Obtiene o establece el elemento de modelo que el nodo de la Vista de esquema representa o que está debajo.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
Public Property ModelElement As IModelElement
    Get
    Set
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)

Valor de propiedad

Tipo: Microsoft.Data.Schema.SchemaModel.IModelElement

Seguridad de .NET Framework

Vea también

Referencia

DatabaseSchemaViewAddItemDialogContext Clase

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView (Espacio de nombres)