DataMenuCommand.UpdateStatus Method
This type has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses any member of this type throws a MethodAccessException.
[SECURITY CRITICAL]
Updates the status of the command and raises the appropriate event.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Overridable Sub UpdateStatus
public virtual void UpdateStatus()
public:
virtual void UpdateStatus()
abstract UpdateStatus : unit -> unit
override UpdateStatus : unit -> unit
public function UpdateStatus()