解决定义的 DSL 模型的名字对象。 即使用 ModelElement 为目标的角色扮演者特定大小写支持特定关系的 ModelElement (。 PresentationViewsSubject)。
命名空间: Microsoft.VisualStudio.Modeling.DslDefinition
程序集: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0(在 Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll 中)
语法
声明
Public Overrides Function ResolveMoniker ( _
moniker As Moniker _
) As ModelElement
public override ModelElement ResolveMoniker(
Moniker moniker
)
参数
- moniker
类型:Microsoft.VisualStudio.Modeling.Moniker
解决名字对象。
返回值
类型:Microsoft.VisualStudio.Modeling.ModelElement
解决的 ModelElement,或如果没有解决的 null。
实现
IMonikerResolver.ResolveMoniker(Moniker)
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。