WideControl Constructors

Definition

Overloads

WideControl()

Default constructor for WideControl

WideControl(IEnumerable<WideControlEntryItem>)

Public constructor for WideControl

WideControl(UInt32)

Construct an instance with columns

WideControl(IEnumerable<WideControlEntryItem>, UInt32)

Public constructor for WideControl

WideControl()

Default constructor for WideControl

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

Applies to

WideControl(IEnumerable<WideControlEntryItem>)

Public constructor for WideControl

public:
 WideControl(System::Collections::Generic::IEnumerable<System::Management::Automation::WideControlEntryItem ^> ^ wideEntries);
public WideControl (System.Collections.Generic.IEnumerable<System.Management.Automation.WideControlEntryItem> wideEntries);
new System.Management.Automation.WideControl : seq<System.Management.Automation.WideControlEntryItem> -> System.Management.Automation.WideControl
Public Sub New (wideEntries As IEnumerable(Of WideControlEntryItem))

Parameters

Applies to

WideControl(UInt32)

Construct an instance with columns

public:
 WideControl(System::UInt32 columns);
public:
 WideControl(unsigned int columns);
 WideControl(unsigned int columns);
public WideControl (uint columns);
new System.Management.Automation.WideControl : uint32 -> System.Management.Automation.WideControl
Public Sub New (columns As UInteger)

Parameters

columns
UInt32

Applies to

WideControl(IEnumerable<WideControlEntryItem>, UInt32)

Public constructor for WideControl

public:
 WideControl(System::Collections::Generic::IEnumerable<System::Management::Automation::WideControlEntryItem ^> ^ wideEntries, System::UInt32 columns);
public WideControl (System.Collections.Generic.IEnumerable<System.Management.Automation.WideControlEntryItem> wideEntries, uint columns);
new System.Management.Automation.WideControl : seq<System.Management.Automation.WideControlEntryItem> * uint32 -> System.Management.Automation.WideControl
Public Sub New (wideEntries As IEnumerable(Of WideControlEntryItem), columns As UInteger)

Parameters

columns
UInt32

Applies to