Share via


ViewItem.VisualChildren Property

Gets a collection of the immediate visual children of this ViewItem.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property VisualChildren As IEnumerable(Of ViewItem)
    Get
public abstract IEnumerable<ViewItem> VisualChildren { get; }
public:
virtual property IEnumerable<ViewItem^>^ VisualChildren {
    IEnumerable<ViewItem^>^ get () abstract;
}
abstract VisualChildren : IEnumerable<ViewItem>
abstract function get VisualChildren () : IEnumerable<ViewItem>

Property Value

Type: System.Collections.Generic.IEnumerable<ViewItem>
An enumeration of ViewItem objects that holds the visual children of the current ViewItem.

.NET Framework Security

See Also

Reference

ViewItem Class

Microsoft.Windows.Design.Interaction Namespace