現在の ViewItem の直接の論理的な子のコレクションを取得します。
名前空間: Microsoft.Windows.Design.Interaction
アセンブリ: Microsoft.Windows.Design.Interaction (Microsoft.Windows.Design.Interaction.dll 内)
構文
'宣言
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>
プロパティ値
型: System.Collections.Generic.IEnumerable<ViewItem>
現在の ViewItem の論理的な子を保持する ViewItem オブジェクトの列挙体。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。