共用方式為


SchemaModelViewerControllerBaseInternal.ModelElementAdded 方法

存放區中已加入模型項目。

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

語法

'宣告
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
)

參數

備註

模型項目可能尚未進行解析。

.NET Framework 安全性

請參閱

參考

SchemaModelViewerControllerBaseInternal 類別

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