Compartilhar via


Propriedade DatabaseSchemaViewAddItemDialogContext.ModelElement

Obtém ou define o que o nó da visualização Esquema representa ou está sob o elemento de modelo.

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

Sintaxe

'Declaração
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 propriedade

Tipo: Microsoft.Data.Schema.SchemaModel.IModelElement

Segurança do .NET Framework

Consulte também

Referência

DatabaseSchemaViewAddItemDialogContext Classe

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