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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET