SchemaModelViewerControllerBaseInternal.ModelElementDeleted Method
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 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
)
Parameters
- modelElement
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
Model element that was deleted.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SchemaModelViewerControllerBaseInternal Class
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace