共用方式為


SchemaModelViewerControllerBase.ModelElementDeleted 方法

當從存放區刪除模型項目時呼叫。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

'宣告
Protected MustOverride Sub ModelElementDeleted ( _
    modelElement As IModelElement _
)
protected abstract void ModelElementDeleted(
    IModelElement modelElement
)
protected:
virtual void ModelElementDeleted(
    IModelElement^ modelElement
) abstract
abstract ModelElementDeleted : 
        modelElement:IModelElement -> unit 
protected abstract function ModelElementDeleted(
    modelElement : IModelElement
)

參數

備註

預設實作不做任何動作。

.NET Framework 安全性

請參閱

參考

SchemaModelViewerControllerBase 類別

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