編集

次の方法で共有


LayoutView<T>.Children Property

Definition

public:
 property System::Collections::Generic::IReadOnlyList<T> ^ Children { System::Collections::Generic::IReadOnlyList<T> ^ get(); };
public System.Collections.Generic.IReadOnlyList<T> Children { get; }
member this.Children : System.Collections.Generic.IReadOnlyList<'T (requires 'T :> System.CommandLine.Rendering.Views.View)>
Public ReadOnly Property Children As IReadOnlyList(Of T)

Property Value

Applies to