/// <summary>
 /// Updates command state for given command</summary>
 /// <param name="commandTag">Command</param>
 /// <param name="state">Command state to update</param>
 public void UpdateCommand(object commandTag, Sce.Atf.Applications.CommandState state)
 {
 }
Beispiel #2
0
 public void UpdateCommand(object commandTag, Sce.Atf.Applications.CommandState commandState)
 {
     throw new InvalidOperationException("CommandClientAdapter.UpdateCommand() - WPF shouldn't ever be calling this method, and suggests a non-WPF app is erroneously using CommandClientAdapter.");
 }