SuppressMessageAttribute Properties

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.

  NameDescription
Public property Category Gets the category that identifies the classification of the attribute.
Public property CheckId Gets the identifier of the static analysis tool rule to be suppressed.
Public property Justification Gets or sets the justification for suppressing the code analysis message.
Public property MessageId Gets or sets an optional argument that expands on exclusion criteria.
Public property Scope Gets or sets the scope of the code that is relevant for the attribute.
Public property Target Gets or sets a fully qualified path that represents the target of the attribute.
Top

Show:
© 2017 Microsoft