IVsDataViewCommandProvider.UpdateCommandStatus Method
Updates the status of the specified menu command.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Sub UpdateCommandStatus ( _
command As MenuCommand _
)
void UpdateCommandStatus(
MenuCommand command
)
void UpdateCommandStatus(
MenuCommand^ command
)
abstract UpdateCommandStatus :
command:MenuCommand -> unit
function UpdateCommandStatus(
command : MenuCommand
)
Parameters
command
Type: System.ComponentModel.Design.MenuCommandA MenuCommand object representing the command to update.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsDataViewCommandProvider Interface
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace