ICommandTargetMenuService.InvokeCommand Method
This API supports the 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
Function InvokeCommand ( _
commandID As CommandID _
) As Boolean
'Usage
Dim instance As ICommandTargetMenuService
Dim commandID As CommandID
Dim returnValue As Boolean
returnValue = instance.InvokeCommand(commandID)
bool InvokeCommand(
CommandID commandID
)
bool InvokeCommand(
CommandID^ commandID
)
abstract InvokeCommand :
commandID:CommandID -> bool
function InvokeCommand(
commandID : CommandID
) : boolean
Parameters
- commandID
Type: System.ComponentModel.Design.CommandID
Return Value
Type: System.Boolean