IgnoreAttribute Constructor
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.
Initializes a new instance of the IgnoreAttribute class.
public:
IgnoreAttribute(System::String ^ message);
public IgnoreAttribute (string message);
new Microsoft.VisualStudio.TestTools.UnitTesting.IgnoreAttribute : string -> Microsoft.VisualStudio.TestTools.UnitTesting.IgnoreAttribute
Public Sub New (message As String)