共用方式為


IgnoreAttribute Constructors

Definition

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