Dela via


ISchemaHierarchyGenerator.ElementDeleted Method

Called when an element has been deleted to provide an opportunity to update the cache.

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

Syntax

'Declaration
Sub ElementDeleted ( _
    element As IModelElement _
)
void ElementDeleted(
    IModelElement element
)
void ElementDeleted(
    IModelElement^ element
)
abstract ElementDeleted : 
        element:IModelElement -> unit 
function ElementDeleted(
    element : IModelElement
)

Parameters

.NET Framework Security

See Also

Reference

ISchemaHierarchyGenerator Interface

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