C# 클래스 MonoDevelop.StyleCop.FullNodeAnalysisCommandAttribute

NodeCommandHandler attribute for full StyleCop analysis command handling.
상속: MonoDevelop.Components.Commands.CustomCommandUpdaterAttribute
파일 보기 프로젝트 열기: DarkCloud14/MonoDevelop.StyleCop

보호된 메소드들

메소드 설명
CommandUpdate ( object target, MonoDevelop.Components.Commands.CommandInfo cinfo ) : void

Updates the visibility of each command with this attribute.

메소드 상세

CommandUpdate() 보호된 메소드

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.
리턴 void