SchemaModelViewerControllerBase.ModelElementUpdated Method

Called when a model element was updated by the store.

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

Syntax

'Declaration
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
)

Parameters

Remarks

The default implementation does nothing.

.NET Framework Security

See Also

Reference

SchemaModelViewerControllerBase Class

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