Share via


ModelResource.ModelItem Property

When overridden in a derived class, gets a value representing the model item of the resource.

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

Syntax

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

Property Value

Type: Microsoft.Windows.Design.Model.ModelItem
The model item of the external resource.

.NET Framework Security

See Also

Reference

ModelResource Class

Microsoft.Windows.Design.Services Namespace

Other Resources

WPF Designer Extensibility Architecture