ModelItem.ItemType Property

When overridden in a derived class, gets the type of object the item represents.

Namespace:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property ItemType As Type
    Get
public abstract Type ItemType { get; }
public:
virtual property Type^ ItemType {
    Type^ get () abstract;
}
abstract ItemType : Type
abstract function get ItemType () : Type

Property Value

Type: System.Type
A Type object that represents the type of the underlying object.

.NET Framework Security

See Also

Reference

ModelItem Class

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture

Editing Model Architecture