C# Class MonoDevelop.StyleCop.NodeAnalysisCommandAttribute

NodeCommandHandler attribute for StyleCop analysis command handling.
Inheritance: MonoDevelop.Components.Commands.CustomCommandUpdaterAttribute
Afficher le fichier Open project: DarkCloud14/MonoDevelop.StyleCop

Méthodes protégées

Méthode 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 méthode

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.
Résultat void