Creates a new element instance of a specified type.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Function CreateElement ( _
domainClass As DomainClassInfo _
) As ModelElement
'使用
Dim instance As ElementFactory
Dim domainClass As DomainClassInfo
Dim returnValue As ModelElement
returnValue = instance.CreateElement(domainClass)
public ModelElement CreateElement(
DomainClassInfo domainClass
)
public:
ModelElement^ CreateElement(
DomainClassInfo^ domainClass
)
public function CreateElement(
domainClass : DomainClassInfo
) : ModelElement
Parameters
domainClass
Type: Microsoft.VisualStudio.Modeling.DomainClassInfoThe domain class of the object to be created.
Return Value
Type: Microsoft.VisualStudio.Modeling.ModelElement
A new ModelElement object.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.