ViewItem.LogicalChildren Property
Gets a collection of the immediate logical children 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 LogicalChildren As IEnumerable(Of ViewItem)
Get
public abstract IEnumerable<ViewItem> LogicalChildren { get; }
public:
virtual property IEnumerable<ViewItem^>^ LogicalChildren {
IEnumerable<ViewItem^>^ get () abstract;
}
abstract LogicalChildren : IEnumerable<ViewItem>
abstract function get LogicalChildren () : IEnumerable<ViewItem>
Property Value
Type: System.Collections.Generic.IEnumerable<ViewItem>
An enumeration of ViewItem objects that holds the logical 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.