CoreDesignSurfaceSerializationBehaviorMonikerResolverBase.CalculateQualifiedName 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
计算给定 ModelElement 的完全限定的 monikerized 字符串。
protected:
override System::String ^ CalculateQualifiedName(Microsoft::VisualStudio::Modeling::ModelElement ^ mel);
protected override string CalculateQualifiedName (Microsoft.VisualStudio.Modeling.ModelElement mel);
override this.CalculateQualifiedName : Microsoft.VisualStudio.Modeling.ModelElement -> string
Protected Overrides Function CalculateQualifiedName (mel As ModelElement) As String
参数
- mel
- ModelElement
要从中获取名字对象的 ModelElement。
返回
计算出的名字对象字符串,返回 null 或空字符串,因为给定的 ModelElement 不能 monikerized。