Compartir a través de


SchemaModelViewerControllerBase.ModelElementUpdated (Método)

Se le llama cuando el almacén actualiza un elemento de modelo.

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
Protected MustOverride Sub ModelElementUpdated ( _
    modelElement As IModelElement _
)
protected abstract void ModelElementUpdated(
    IModelElement modelElement
)
protected:
virtual void ModelElementUpdated(
    IModelElement^ modelElement
) abstract
abstract ModelElementUpdated : 
        modelElement:IModelElement -> unit 
protected abstract function ModelElementUpdated(
    modelElement : IModelElement
)

Parámetros

Comentarios

La implementación predeterminada no hace nada.

Seguridad de .NET Framework

Vea también

Referencia

SchemaModelViewerControllerBase Clase

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