ModelFactory Class
.NET Framework (current version)
Creates instances of ModelItem objects in the designer.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateItem(EditingContext^, Object^) | Creates a new ModelItem by creating a deep copy of the instance provided. |
![]() ![]() | CreateItem(EditingContext^, Type^, CreateOptions, array<Object^>^) | Creates a new ModelItem for the given item type. |
![]() ![]() | CreateItem(EditingContext^, Type^, array<Object^>^) | Creates a new ModelItem for the given item type. |
![]() ![]() | CreateStaticMemberItem(EditingContext^, Type^, String^) | Creates a new ModelItem that represents the value of a static member of the given class. |
.NET Framework
Available since 4.0
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

