Delen via


SchemaModelViewerControllerBase.ModelElementAdded Method

Called when a model element was added to 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 MustOverride Sub ModelElementAdded ( _
    modelElement As IModelElement _
)
protected abstract void ModelElementAdded(
    IModelElement modelElement
)
protected:
virtual void ModelElementAdded(
    IModelElement^ modelElement
) abstract
abstract ModelElementAdded : 
        modelElement:IModelElement -> unit 
protected abstract function ModelElementAdded(
    modelElement : IModelElement
)

Parameters

Remarks

The model element might not have been resolved yet. The default implementation of this method does nothing.

.NET Framework Security

See Also

Reference

SchemaModelViewerControllerBase Class

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