StandardModelingAdapter.GetElementId 方法
获取 ModelElement 的元素 ID。此元素 ID 来编译 modelbus 引用模型元素
命名空间: Microsoft.VisualStudio.Modeling.Integration
程序集: Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0.dll 中)
语法
声明
Protected Overridable Function GetElementId ( _
mel As ModelElement _
) As String
protected virtual string GetElementId(
ModelElement mel
)
参数
- mel
类型:Microsoft.VisualStudio.Modeling.ModelElement
我们请求元素 ID 的 ModelElement
返回值
类型:System.String
唯一地表示对象之间的字符串 ModelElement 管理的适配器
备注
默认实现返回 code麦。运行良好的 Id.ToString() AMP_LT/codeAMP_GT,如果 cXMLClassDataAMP_LT/cAMP_GT 的 SerializeIdAMP_LT/ ccAMP_GT 属性与此 AMP_LT/w DomainClass: tAMP_GTAMP_LT/w:w:rw:rPrw:rStyle w:val="ParameterReference"/rAMP_GTAMP_LT/w:w:trPrAMP_GTmelAMP_LT/w: tAMP_GTAMP_LT/w: rAMP_GTw:rw:t c不是默认) 的 trueAMP_LT/cAMP_GT (其他用例的,适配器作者应该提供唯一 ID (例如标记)
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。