ViewItem.LogicalChildren – vlastnost
Získá logické bezprostředně podřízené aktuální kolekce ViewItem.
Obor názvů: Microsoft.Windows.Design.Interaction
Sestavení: Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Deklarace
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>
Hodnota vlastnosti
Typ: System.Collections.Generic.IEnumerable<ViewItem>
Výčet ViewItem objekty, které obsahuje logické děti aktuální ViewItem.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.