IgnoreAttribute Constructors
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.
Overloads
IgnoreAttribute() |
Initializes a new instance of the IgnoreAttribute class with an empty message. |
IgnoreAttribute(String) |
Initializes a new instance of the IgnoreAttribute class. |
IgnoreAttribute()
- Source:
- IgnoreAttribute.cs
- Source:
- IgnoreAttribute.cs
- Source:
- IgnoreAttribute.cs
- Source:
- IgnoreAttribute.cs
- Source:
- IgnoreAttribute.cs
- Source:
- IgnoreAttribute.cs
- Source:
- IgnoreAttribute.cs
Initializes a new instance of the IgnoreAttribute class with an empty message.
public IgnoreAttribute ();
Public Sub New ()
Applies to
IgnoreAttribute(String)
- Source:
- IgnoreAttribute.cs
- Source:
- IgnoreAttribute.cs
- Source:
- IgnoreAttribute.cs
- Source:
- IgnoreAttribute.cs
- Source:
- IgnoreAttribute.cs
- Source:
- IgnoreAttribute.cs
- Source:
- IgnoreAttribute.cs
Initializes a new instance of the IgnoreAttribute class.
public IgnoreAttribute (string message);
public IgnoreAttribute (string? message);
new Microsoft.VisualStudio.TestTools.UnitTesting.IgnoreAttribute : string -> Microsoft.VisualStudio.TestTools.UnitTesting.IgnoreAttribute
Public Sub New (message As String)
Parameters
- message
- String
Message specifies reason for ignoring.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.