ModelItem.View Property

When overridden in a derived class, gets the visual or visual3D representing the UI for this item.

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

Syntax

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

Property Value

Type: Microsoft.Windows.Design.Interaction.ViewItem
A DependencyObject representing the UI for this item.

Remarks

This property may return nulla null reference (Nothing in Visual Basic) if there is no view for this object.

.NET Framework Security

See Also

Reference

ModelItem Class

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture

Editing Model Architecture