ListControlEntry Constructors

Definition

Overloads

ListControlEntry()

Initiate an instance of ListControlEntry

ListControlEntry(IEnumerable<ListControlEntryItem>)

Public constructor for ListControlEntry

ListControlEntry(IEnumerable<ListControlEntryItem>, IEnumerable<String>)

Public constructor for ListControlEntry

ListControlEntry()

Initiate an instance of ListControlEntry

public:
 ListControlEntry();
public:
 ListControlEntry();
 ListControlEntry();
public ListControlEntry ();
Public Sub New ()

Applies to

ListControlEntry(IEnumerable<ListControlEntryItem>)

Public constructor for ListControlEntry

public:
 ListControlEntry(System::Collections::Generic::IEnumerable<System::Management::Automation::ListControlEntryItem ^> ^ listItems);
public ListControlEntry (System.Collections.Generic.IEnumerable<System.Management.Automation.ListControlEntryItem> listItems);
new System.Management.Automation.ListControlEntry : seq<System.Management.Automation.ListControlEntryItem> -> System.Management.Automation.ListControlEntry
Public Sub New (listItems As IEnumerable(Of ListControlEntryItem))

Parameters

Applies to

ListControlEntry(IEnumerable<ListControlEntryItem>, IEnumerable<String>)

Public constructor for ListControlEntry

public:
 ListControlEntry(System::Collections::Generic::IEnumerable<System::Management::Automation::ListControlEntryItem ^> ^ listItems, System::Collections::Generic::IEnumerable<System::String ^> ^ selectedBy);
public ListControlEntry (System.Collections.Generic.IEnumerable<System.Management.Automation.ListControlEntryItem> listItems, System.Collections.Generic.IEnumerable<string> selectedBy);
new System.Management.Automation.ListControlEntry : seq<System.Management.Automation.ListControlEntryItem> * seq<string> -> System.Management.Automation.ListControlEntry
Public Sub New (listItems As IEnumerable(Of ListControlEntryItem), selectedBy As IEnumerable(Of String))

Parameters

selectedBy
IEnumerable<String>

Applies to