Partager via


Méthode InvokeCommand

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

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

Syntaxe

'Déclaration
Function InvokeCommand ( _
    menuCommand As MenuCommand _
) As Boolean
'Utilisation
Dim instance As ICommandTarget
Dim menuCommand As MenuCommand
Dim returnValue As Boolean

returnValue = instance.InvokeCommand(menuCommand)
bool InvokeCommand(
    MenuCommand menuCommand
)
bool InvokeCommand(
    MenuCommand^ menuCommand
)
abstract InvokeCommand : 
        menuCommand:MenuCommand -> bool 
function InvokeCommand(
    menuCommand : MenuCommand
) : boolean

Paramètres

Valeur de retour

Type : System. . :: . .Boolean