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
- element
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
Model element.
.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
ISchemaHierarchyGenerator Interface
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace