PowerShellTab.AddOnsMenu 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 root of the tools menu.
public:
property Microsoft::PowerShell::Host::ISE::ISEMenuItem ^ AddOnsMenu { Microsoft::PowerShell::Host::ISE::ISEMenuItem ^ get(); };
public:
property Microsoft::PowerShell::Host::ISE::ISEMenuItem ^ AddOnsMenu { Microsoft::PowerShell::Host::ISE::ISEMenuItem ^ get(); };
public Microsoft.PowerShell.Host.ISE.ISEMenuItem AddOnsMenu { get; }
member this.AddOnsMenu : Microsoft.PowerShell.Host.ISE.ISEMenuItem
Public ReadOnly Property AddOnsMenu As ISEMenuItem