我在某些应用程序中有这种代码(来自微软)
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage(
"Microsoft.Naming",
"CA1702:CompoundWordsShouldBeCasedCorrectly",
MessageId = "CounterClockwise",
Scope = "member",
Target = "ScePhotoViewer.PhotoDisplayControl.#RotatePhotoCounterClockwiseCommand"
)]
- 谁能给我解释一下?
- 有没有博客解释如何使用它,真正的好处......
谢谢乔纳森