Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Creates a new element instance of a specified type.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaration
Public Function CreateElement ( _
domainClass As DomainClassInfo, _
ParamArray propertyAssignments As PropertyAssignment() _
) As ModelElement
public ModelElement CreateElement(
DomainClassInfo domainClass,
params PropertyAssignment[] propertyAssignments
)
public:
ModelElement^ CreateElement(
DomainClassInfo^ domainClass,
... array<PropertyAssignment^>^ propertyAssignments
)
member CreateElement :
domainClass:DomainClassInfo *
propertyAssignments:PropertyAssignment[] -> ModelElement
public function CreateElement(
domainClass : DomainClassInfo,
... propertyAssignments : PropertyAssignment[]
) : ModelElement
Parameters
- domainClass
Type: Microsoft.VisualStudio.Modeling.DomainClassInfo
The domain class of the object to be created.
- propertyAssignments
Type: array<Microsoft.VisualStudio.Modeling.PropertyAssignment[]
An array of property assignments to set immediately after element creation.
Return Value
Type: Microsoft.VisualStudio.Modeling.ModelElement
A new ModelElement object.
.NET Framework Security
- 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.