SuppressMessageAttribute Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The SuppressMessageAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
|
Category | Gets the category that identifies the classification of the attribute. |
|
CheckId | Gets the identifier of the static analysis tool rule to be suppressed. |
|
Justification | Gets or sets the justification for suppressing the code analysis message. |
|
MessageId | Gets or sets an optional argument that expands on exclusion criteria. |
|
Scope | Gets or sets the scope of the code that is relevant for the attribute. |
|
Target | Gets or sets a fully qualified path that represents the target of the attribute. |
Show: