SchemaViewControllerBaseInternal.ModelElementUpdated Method
Called when a model element is updated by 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 Overrides Sub ModelElementUpdated ( _
modelElement As IModelElement _
)
'Usage
Dim modelElement As IModelElement
Me.ModelElementUpdated(modelElement)
protected override void ModelElementUpdated(
IModelElement modelElement
)
protected:
virtual void ModelElementUpdated(
IModelElement^ modelElement
) override
protected override function ModelElementUpdated(
modelElement : IModelElement
)
abstract ModelElementUpdated :
modelElement:IModelElement -> unit
override ModelElementUpdated :
modelElement:IModelElement -> unit
Parameters
- modelElement
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
The updated 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
SchemaViewControllerBaseInternal Class
SchemaViewControllerBaseInternal Members
Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows Namespace