CoreDomainModel.CreateElement 方法
创建指定类型的元素。
命名空间: Microsoft.VisualStudio.Modeling
程序集: Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)
语法
声明
Public Overrides NotOverridable Function CreateElement ( _
partition As Partition, _
elementType As Type, _
propertyAssignments As PropertyAssignment() _
) As ModelElement
public override sealed ModelElement CreateElement(
Partition partition,
Type elementType,
PropertyAssignment[] propertyAssignments
)
参数
- partition
类型:Microsoft.VisualStudio.Modeling.Partition
分区组件将创建的位置。
- elementType
类型:System.Type
属于该域模型元素类型。
- propertyAssignments
类型:array<Microsoft.VisualStudio.Modeling.PropertyAssignment[]
新组件的属性分配。
返回值
类型:Microsoft.VisualStudio.Modeling.ModelElement
创建的元素。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。