IgnoreAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ignore attribute.
public ref class IgnoreAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false)]
public sealed class IgnoreAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false)>]
type IgnoreAttribute = class
inherit Attribute
Public NotInheritable Class IgnoreAttribute
Inherits Attribute
- Inheritance
-
IgnoreAttribute
- Attributes
Constructors
IgnoreAttribute() |
Initializes a new instance of the IgnoreAttribute class. |
IgnoreAttribute() |
Initializes a new instance of the IgnoreAttribute class. |
Properties
IgnoreMessage |
Gets the owner. |