SchemaModelViewerControllerBaseInternal.ModelElementAdded Method
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 Overrides Sub ModelElementAdded ( _
modelElement As IModelElement _
)
protected override void ModelElementAdded(
IModelElement modelElement
)
protected:
virtual void ModelElementAdded(
IModelElement^ modelElement
) override
abstract ModelElementAdded :
modelElement:IModelElement -> unit
override ModelElementAdded :
modelElement:IModelElement -> unit
protected override function ModelElementAdded(
modelElement : IModelElement
)
Parameters
- modelElement
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
Model element that was added.
Remarks
The model element may not have been resolved yet.
.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