ListControl Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ListControl() |
Initiate an instance of ListControl |
ListControl(IEnumerable<ListControlEntry>) |
Public constructor for ListControl |
ListControl()
Initiate an instance of ListControl
public:
ListControl();
public:
ListControl();
ListControl();
public ListControl ();
Public Sub New ()
Applies to
ListControl(IEnumerable<ListControlEntry>)
Public constructor for ListControl
public:
ListControl(System::Collections::Generic::IEnumerable<System::Management::Automation::ListControlEntry ^> ^ entries);
public ListControl (System.Collections.Generic.IEnumerable<System.Management.Automation.ListControlEntry> entries);
new System.Management.Automation.ListControl : seq<System.Management.Automation.ListControlEntry> -> System.Management.Automation.ListControl
Public Sub New (entries As IEnumerable(Of ListControlEntry))
Parameters
- entries
- IEnumerable<ListControlEntry>