Compartilhar via


Método ISchemaHierarchyGenerator.ElementDeleted

Chamado quando um elemento foi excluído para fornecer uma oportunidade para atualizar o cache.

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

Sintaxe

'Declaração
Sub ElementDeleted ( _
    element As IModelElement _
)
void ElementDeleted(
    IModelElement element
)
void ElementDeleted(
    IModelElement^ element
)
abstract ElementDeleted : 
        element:IModelElement -> unit 
function ElementDeleted(
    element : IModelElement
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

ISchemaHierarchyGenerator Interface

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