WideControlEntryItem Constructors

Definition

Overloads

WideControlEntryItem(DisplayEntry)

Public constructor for WideControlEntryItem.

WideControlEntryItem(DisplayEntry, IEnumerable<String>)

Public constructor for WideControlEntryItem.

WideControlEntryItem(DisplayEntry)

Public constructor for WideControlEntryItem.

public:
 WideControlEntryItem(System::Management::Automation::DisplayEntry ^ entry);
public WideControlEntryItem (System.Management.Automation.DisplayEntry entry);
new System.Management.Automation.WideControlEntryItem : System.Management.Automation.DisplayEntry -> System.Management.Automation.WideControlEntryItem
Public Sub New (entry As DisplayEntry)

Parameters

entry
DisplayEntry

Applies to

WideControlEntryItem(DisplayEntry, IEnumerable<String>)

Public constructor for WideControlEntryItem.

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

Parameters

entry
DisplayEntry
selectedBy
IEnumerable<String>

Applies to