Compartilhar via


Método SchemaModelViewerControllerBaseInternal.ModelElementDeleted

Um elemento de modelo foi excluído do armazenamento.

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

Sintaxe

'Declaração
Protected Overrides Sub ModelElementDeleted ( _
    modelElement As IModelElement _
)
protected override void ModelElementDeleted(
    IModelElement modelElement
)
protected:
virtual void ModelElementDeleted(
    IModelElement^ modelElement
) override
abstract ModelElementDeleted : 
        modelElement:IModelElement -> unit 
override ModelElementDeleted : 
        modelElement:IModelElement -> unit 
protected override function ModelElementDeleted(
    modelElement : IModelElement
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

SchemaModelViewerControllerBaseInternal Classe

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