C# Class MonoDevelop.StyleCop.FullNodeAnalysisCommandAttribute

NodeCommandHandler attribute for full StyleCop analysis command handling.
Inheritance: MonoDevelop.Components.Commands.CustomCommandUpdaterAttribute
Mostrar archivo Open project: DarkCloud14/MonoDevelop.StyleCop

Protected Methods

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

Updates the visibility of each command with this attribute.

Method Details

CommandUpdate() protected method

Updates the 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