BaseShapeMapReferencesBaseShapeSerializer.MonikerizeReference 方法

计算标记为引用 BaseShape

命名空间:  Microsoft.VisualStudio.Modeling.DslDefinition
程序集:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll 中)

语法

声明
Public Overrides Function MonikerizeReference ( _
    serializationContext As SerializationContext, _
    sourceElement As ModelElement, _
    domainClassId As Guid, _
    monikerString As String, _
    store As Store _
) As Moniker
public override Moniker MonikerizeReference(
    SerializationContext serializationContext,
    ModelElement sourceElement,
    Guid domainClassId,
    string monikerString,
    Store store
)

参数

  • domainClassId
    类型:System.Guid
    模型元素的 DomainClassId 特定标记字符串中解决。
  • monikerString
    类型:System.String
    序列化字符串对 BaseShape 实例

返回值

类型:Microsoft.VisualStudio.Modeling.Moniker
封装了序列化字符串的标记所引用 BaseShape 实例

.NET Framework 安全性

请参见

参考

BaseShapeMapReferencesBaseShapeSerializer 类

Microsoft.VisualStudio.Modeling.DslDefinition 命名空间