SchemaViewControllerBase.ModelElementAdded Method
Called when the model element is added to the store.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected Overridable Sub ModelElementAdded ( _
modelElement As IModelElement _
)
'Usage
Dim modelElement As IModelElement
Me.ModelElementAdded(modelElement)
protected virtual void ModelElementAdded(
IModelElement modelElement
)
protected:
virtual void ModelElementAdded(
IModelElement^ modelElement
)
protected function ModelElementAdded(
modelElement : IModelElement
)
abstract ModelElementAdded :
modelElement:IModelElement -> unit
override ModelElementAdded :
modelElement:IModelElement -> unit
Parameters
- modelElement
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
The model element that was added
Remarks
This method does nothing by default.
.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
SchemaViewControllerBase Class
SchemaViewControllerBase Members
Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows Namespace