Delen via


SchemaModelViewerControllerBaseInternal.ModelElementUpdated Method

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

Parameters

.NET Framework Security

See Also

Reference

SchemaModelViewerControllerBaseInternal Class

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