Share via


MenuCommandEx Constructor

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Public Sub New ( _
    commandId As CommandID _
)
'Usage
Dim commandId As CommandID

Dim instance As New MenuCommandEx(commandId)
public MenuCommandEx(
    CommandID commandId
)
public:
MenuCommandEx(
    CommandID^ commandId
)
new : 
        commandId:CommandID -> MenuCommandEx
public function MenuCommandEx(
    commandId : CommandID
)

Parameters