ModelFactory.CreateItem Method

Include Protected Members
Include Inherited Members

Creates a new model item.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member CreateItem(EditingContext, Object) Creates a new model item by creating a deep copy of the specified object.
Public methodStatic member CreateItem(EditingContext, TypeIdentifier, array<Object[]) Creates a new model item for the specified type identifier.
Public methodStatic member CreateItem(EditingContext, Type, array<Object[]) Creates a new model item for the specified item type.
Public methodStatic member CreateItem(EditingContext, TypeIdentifier, CreateOptions, array<Object[]) Creates a new model item for the specified type identifier.
Public methodStatic member CreateItem(EditingContext, Type, CreateOptions, array<Object[]) Creates a new model item for the specified item type.

Top

See Also

Reference

ModelFactory Class

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility