IVsDataViewCommandProvider.UpdateCommandStatus, méthode
Met à jour l'état de la commande de menu spécifiée.
Espace de noms : Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly : Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)
Syntaxe
'Déclaration
Sub UpdateCommandStatus ( _
command As MenuCommand _
)
void UpdateCommandStatus(
MenuCommand command
)
void UpdateCommandStatus(
MenuCommand^ command
)
abstract UpdateCommandStatus :
command:MenuCommand -> unit
function UpdateCommandStatus(
command : MenuCommand
)
Paramètres
command
Type : MenuCommandUn objet d' MenuCommand représentant la commande pour mettre à jour.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
IVsDataViewCommandProvider Interface
Microsoft.VisualStudio.Data.Services.SupportEntities, espace de noms