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