IVsDataViewCommandProvider.UpdateCommandStatus 方法

更新指定的菜单命令的状态。

命名空间:  Microsoft.VisualStudio.Data.Services.SupportEntities
程序集:  Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)

语法

声明
Sub UpdateCommandStatus ( _
    command As MenuCommand _
)
void UpdateCommandStatus(
    MenuCommand command
)
void UpdateCommandStatus(
    MenuCommand^ command
)
abstract UpdateCommandStatus : 
        command:MenuCommand -> unit 
function UpdateCommandStatus(
    command : MenuCommand
)

参数

.NET Framework 安全性

请参见

参考

IVsDataViewCommandProvider 接口

Microsoft.VisualStudio.Data.Services.SupportEntities 命名空间