ObjectModelRoot.CurrentPowerShellTab Property
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.
Gets the current PowerShellTab associated with this host object.
public:
property Microsoft::PowerShell::Host::ISE::PowerShellTab ^ CurrentPowerShellTab { Microsoft::PowerShell::Host::ISE::PowerShellTab ^ get(); };
public Microsoft.PowerShell.Host.ISE.PowerShellTab CurrentPowerShellTab { get; }
member this.CurrentPowerShellTab : Microsoft.PowerShell.Host.ISE.PowerShellTab
Public ReadOnly Property CurrentPowerShellTab As PowerShellTab