ICommandTarget.ProvideStatusForCommand 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 ProvideStatusForCommand ( _
    menuCommand As MenuCommand _
) As Boolean
'Usage
Dim instance As ICommandTarget
Dim menuCommand As MenuCommand
Dim returnValue As Boolean

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

Parameters

Return Value

Type: System.Boolean