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
- 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