Delen via


SchemaModelViewerControllerBase.ModelElementDeleted Method

Called when a model element was deleted from 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 ModelElementDeleted ( _
    modelElement As IModelElement _
)
protected abstract void ModelElementDeleted(
    IModelElement modelElement
)
protected:
virtual void ModelElementDeleted(
    IModelElement^ modelElement
) abstract
abstract ModelElementDeleted : 
        modelElement:IModelElement -> unit 
protected abstract function ModelElementDeleted(
    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