ModelFactory.CreateItem Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Creates a new ModelItem for the given item type.
Overload List
Name | Description | |
---|---|---|
CreateItem(EditingContext, Object) | Creates a new ModelItem by creating a deep copy of the instance provided. | |
CreateItem(EditingContext, Type, array<Object[]) | Creates a new ModelItem for the given item type. | |
CreateItem(EditingContext, Type, CreateOptions, array<Object[]) | Creates a new ModelItem for the given item type. |
Top