PowerShellTabCollection Class
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.
Collection of .
C++
public ref class PowerShellTabCollection sealed : System::Collections::ObjectModel::ObservableCollection<Microsoft::PowerShell::Host::ISE::PowerShellTab ^>
public sealed class PowerShellTabCollection : System.Collections.ObjectModel.ObservableCollection<Microsoft.PowerShell.Host.ISE.PowerShellTab>
type PowerShellTabCollection = class
inherit ObservableCollection<PowerShellTab>
Public NotInheritable Class PowerShellTabCollection
Inherits ObservableCollection(Of PowerShellTab)
- Inheritance
-
PowerShellTabCollection
Has |
Gets a boolean that is true if this collection's Count is greater than 1. |
Selected |
Gets or sets the currently selected PowerShellTab. |
Add() |
Adds a new to the collection. |
Set |
Selects the |
Product | Versies |
---|---|
Windows PowerShell | 5.1.0.0 |