SimpleMonikerResolver.ProcessAddedElement(ModelElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在反序列化事务结束时,将调用此方法。
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
在反序列化过程中创建的模型元素
返回
如果处理模型元素,并将其名字对象添加到查找表中,则为 True。 如果已为模型元素记录了名字对象,则此方法返回 false; 如果不能 monikerized,则返回 false。