Partager via


MenuCommandEx constructeur

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.DataWarehouse.Interfaces
Assembly :  Microsoft.DataWarehouse.Interfaces (dans Microsoft.DataWarehouse.Interfaces.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    commandId As CommandID _
)
'Utilisation
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
)

Paramètres