C# Class MonoDevelop.StyleCop.NodeAnalysisCommandAttribute

NodeCommandHandler attribute for StyleCop analysis command handling.
Inheritance: MonoDevelop.Components.Commands.CustomCommandUpdaterAttribute
Show file Open project: DarkCloud14/MonoDevelop.StyleCop

Protected Methods

Method Description
CommandUpdate ( object target, MonoDevelop.Components.Commands.CommandInfo cinfo ) : void

Updates the text and visibility of each command with this attribute.

Method Details

CommandUpdate() protected method

Updates the text and visibility of each command with this attribute.
protected CommandUpdate ( object target, MonoDevelop.Components.Commands.CommandInfo cinfo ) : void
target object Target node handler.
cinfo MonoDevelop.Components.Commands.CommandInfo Command info.
return void