Compartir a través de


ISchemaModelViewerElementNode.ModelElement (Propiedad)

Obtiene o establece el elemento de almacén de modelos adjunto a este nodo.

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

Sintaxis

'Declaración
Property ModelElement As IModelElement
    Get
    Set
IModelElement ModelElement { get; set; }
property IModelElement^ ModelElement {
    IModelElement^ get ();
    void set (IModelElement^ value);
}
abstract 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

ISchemaModelViewerElementNode Interfaz

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