IWinformsMenuHandler.GetMenuItems Method ()

 

Applies To: SQL Server 2016 Preview

Retrieves an array of menu items.

Namespace:   Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)

Syntax

ToolStripItem[] GetMenuItems()
array<ToolStripItem^>^ GetMenuItems()
abstract GetMenuItems : unit -> ToolStripItem[]
Function GetMenuItems As ToolStripItem()

Return Value

Type: System.Windows.Forms.ToolStripItem[]

Returns an array of menu items.

See Also

IWinformsMenuHandler Interface
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer Namespace

Return to top