ElementNameProvider.CustomSetUniqueNameCore 方法
将元素命名的基名称的唯一名称和列表同级模型元素。
命名空间: Microsoft.VisualStudio.Modeling
程序集: Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)
语法
声明
Protected Overridable Sub CustomSetUniqueNameCore ( _
element As ModelElement, _
baseName As String, _
siblings As IList(Of ModelElement) _
)
protected virtual void CustomSetUniqueNameCore(
ModelElement element,
string baseName,
IList<ModelElement> siblings
)
参数
- element
类型:Microsoft.VisualStudio.Modeling.ModelElement
设置名称的元素有关。
- baseName
类型:System.String
唯一名称将派生的基名称。
- siblings
类型:System.Collections.Generic.IList<ModelElement>
列出可用于使该名称唯一的同级元素。列表未包括传递的元素。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。