ListControl Constructors
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.
ListControl() |
Initiate an instance of ListControl |
ListControl(IEnumerable<ListControlEntry>) |
Public constructor for ListControl |
Initiate an instance of ListControl
C++
public:
ListControl();
public:
ListControl();
ListControl();
public ListControl ();
Public Sub New ()
Applies to
PowerShell SDK 7.4.0 et autres versions
Produit | Versions |
---|---|
PowerShell SDK | 7.2.0, 7.3.0, 7.4.0 |
Windows PowerShell | 5.1.0.0 |
Public constructor for ListControl
C++
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>
Applies to
PowerShell SDK 7.4.0 et autres versions
Produit | Versions |
---|---|
PowerShell SDK | 7.2.0, 7.3.0, 7.4.0 |
Windows PowerShell | 5.1.0.0 |