Méthode ProvideStatusForCommand
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 ProvideStatusForCommand ( _
menuCommand As MenuCommand _
) As Boolean
'Utilisation
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
Paramètres
- menuCommand
Type : System.ComponentModel.Design. . :: . .MenuCommand
Valeur de retour
Type : System. . :: . .Boolean