ElementNameProvider.GetElementNames 方法

获取任何单个元素名称映射对于给定的容器元素并嵌入了角色 ID.

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

语法

声明
Protected Function GetElementNames ( _
    container As ModelElement, _
    embeddedDomainRole As DomainRoleInfo, _
    excludedElement As ModelElement _
) As Dictionary(Of String, ModelElement)
protected Dictionary<string, ModelElement> GetElementNames(
    ModelElement container,
    DomainRoleInfo embeddedDomainRole,
    ModelElement excludedElement
)

参数

返回值

类型:System.Collections.Generic.Dictionary<String, ModelElement>
键整个一个唯一的名称和值为给定名称的第一个找到的元素。

异常

异常 条件
ArgumentNullException

container 或 embeddedDomainRole 为 nullnull 引用(在 Visual Basic 中为 Nothing)。

.NET Framework 安全性

请参见

参考

ElementNameProvider 类

Microsoft.VisualStudio.Modeling 命名空间