Dela via


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 DependencyObject
'Usage
Dim instance As ModelItem 
Dim value As DependencyObject 

value = instance.View
public abstract DependencyObject View { get; }
public:
virtual property DependencyObject^ View {
    DependencyObject^ get () abstract;
}
public abstract function get View () : DependencyObject

Property Value

Type: System.Windows.DependencyObject
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

ModelItem Members

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture