ViewItem.VisualParent Property
Gets the visual parent of the current ViewItem.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property VisualParent As ViewItem
Get
public abstract ViewItem VisualParent { get; }
public:
virtual property ViewItem^ VisualParent {
ViewItem^ get () abstract;
}
abstract VisualParent : ViewItem
abstract function get VisualParent () : ViewItem
Property Value
Type: Microsoft.Windows.Design.Interaction.ViewItem
A ViewItem that represents the logical parent of the current ViewItem.
.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.