SimpleMonikerResolver.ProcessAddedElement(ModelElement) 方法

定义

在反序列化事务结束时,将调用此方法。

public:
 virtual bool ProcessAddedElement(Microsoft::VisualStudio::Modeling::ModelElement ^ mel);
public virtual bool ProcessAddedElement (Microsoft.VisualStudio.Modeling.ModelElement mel);
abstract member ProcessAddedElement : Microsoft.VisualStudio.Modeling.ModelElement -> bool
override this.ProcessAddedElement : Microsoft.VisualStudio.Modeling.ModelElement -> bool
Public Overridable Function ProcessAddedElement (mel As ModelElement) As Boolean

参数

mel
ModelElement

在反序列化过程中创建的模型元素

返回

Boolean

如果处理模型元素,并将其名字对象添加到查找表中,则为 True。 如果已为模型元素记录了名字对象,则此方法返回 false; 如果不能 monikerized,则返回 false。

适用于