WideControlEntryItem Constructors
Definition
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.
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>