ListControlEntryItem(String, DisplayEntry) Constructor

Definition

Public constructor for ListControlEntryItem Label and Entry could be null.

public:
 ListControlEntryItem(System::String ^ label, System::Management::Automation::DisplayEntry ^ entry);
public ListControlEntryItem (string label, System.Management.Automation.DisplayEntry entry);
new System.Management.Automation.ListControlEntryItem : string * System.Management.Automation.DisplayEntry -> System.Management.Automation.ListControlEntryItem
Public Sub New (label As String, entry As DisplayEntry)

Parameters

label
String
entry
DisplayEntry

Applies to