ClosureFindOrCreateElementOperation.FindOrCreateElement 方法
用于查找一个元素在目标存储或创建它,如果不存在
命名空间: Microsoft.VisualStudio.Modeling
程序集: Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)
语法
声明
Public Overridable Function FindOrCreateElement ( _
sourceElementId As Guid, _
domainClassId As Guid, _
targetPartition As Partition, _
elementGroup As ElementGroup _
) As ModelElement
public virtual ModelElement FindOrCreateElement(
Guid sourceElementId,
Guid domainClassId,
Partition targetPartition,
ElementGroup elementGroup
)
参数
- sourceElementId
类型:System.Guid
查找或创建的源元素的 ID。
- domainClassId
类型:System.Guid
域类的 ID 元素的
- targetPartition
类型:Microsoft.VisualStudio.Modeling.Partition
搜索或创建新元素的 parttion
- elementGroup
类型:Microsoft.VisualStudio.Modeling.ElementGroup
元素组
返回值
类型:Microsoft.VisualStudio.Modeling.ModelElement
现有 ModelElement 或新生成一个; 如果未找到任何现有匹配
备注
用于查找一个元素在目标存储或创建元素,如果不存在
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。