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
)

参数

  • elementType
    类型:System.Type
    属于该域模型元素类型。

返回值

类型:Microsoft.VisualStudio.Modeling.ModelElement
创建的元素。

.NET Framework 安全性

请参见

参考

CoreDomainModel 类

Microsoft.VisualStudio.Modeling 命名空间