SchemaModelViewerControllerBase.ModelElementUpdated 方法

当存储区更新模型元素时调用。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
Protected MustOverride Sub ModelElementUpdated ( _
    modelElement As IModelElement _
)
protected abstract void ModelElementUpdated(
    IModelElement modelElement
)
protected:
virtual void ModelElementUpdated(
    IModelElement^ modelElement
) abstract
abstract ModelElementUpdated : 
        modelElement:IModelElement -> unit 
protected abstract function ModelElementUpdated(
    modelElement : IModelElement
)

参数

备注

默认实现不执行任何操作。

.NET Framework 安全性

请参见

参考

SchemaModelViewerControllerBase 类

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer 命名空间