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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Model Namespace