ListControlEntry.Items Property

Definition

List of items in the entry

public:
 property System::Collections::Generic::List<System::Management::Automation::ListControlEntryItem ^> ^ Items { System::Collections::Generic::List<System::Management::Automation::ListControlEntryItem ^> ^ get(); };
public System.Collections.Generic.List<System.Management.Automation.ListControlEntryItem> Items { get; }
member this.Items : System.Collections.Generic.List<System.Management.Automation.ListControlEntryItem>
Public ReadOnly Property Items As List(Of ListControlEntryItem)

Property Value

Applies to