Вопрос

I want to raise warnings, if certain properties are used in the code. I could use the obsolete-attribute. But the used properties aren't obsolete, thus it wouldn't be that correct to give an obsolete warning. How can I define own warnings for some properties that are printed during compilation, when the property is used?

Это было полезно?

Решение

  1. Why not use the obsolete atrribute?
  2. You can use task list with comments. Just use of the keywords defined here VS2008 Options VS2008 Editor
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top