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
)
参数
- container
类型:Microsoft.VisualStudio.Modeling.ModelElement
嵌入元素。
- embeddedDomainRole
类型:Microsoft.VisualStudio.Modeling.DomainRoleInfo
字段角色由容器中的组件使用了。
- excludedElement
类型:Microsoft.VisualStudio.Modeling.ModelElement
从搜索要排除的元素 (可以为空)。
返回值
类型:System.Collections.Generic.Dictionary<String, ModelElement>
键整个一个唯一的名称和值为给定名称的第一个找到的元素。
异常
异常 | 条件 |
---|---|
ArgumentNullException | container 或 embeddedDomainRole 为 nullnull 引用(在 Visual Basic 中为 Nothing)。 |
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。