Freigeben über


InvokeCommand-Methode

Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Syntax

'Declaration
Function InvokeCommand ( _
    menuCommand As MenuCommand _
) As Boolean
'Usage
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

Rückgabewert

Typ: System. . :: . .Boolean