MenuCommandsService Constructor (MenuCommandsService)

Initializes a new instance of the MenuCommandsService class.

Namespace:  Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration
Assembly:  Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)

Syntax

'Declaration
Public Sub New ( _
    value As MenuCommandsService _
)
'Usage
Dim value As MenuCommandsService

Dim instance As New MenuCommandsService(value)
public MenuCommandsService(
    MenuCommandsService value
)
public:
MenuCommandsService(
    MenuCommandsService^ value
)
new : 
        value:MenuCommandsService -> MenuCommandsService
public function MenuCommandsService(
    value : MenuCommandsService
)

Parameters

See Also

Reference

MenuCommandsService Class

MenuCommandsService Overload

Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration Namespace