Share via


PexIgnoreAttribute Class

Definition

Marks a fixture or exploration to be ignored from the execution

public ref class PexIgnoreAttribute sealed : Microsoft::Pex::Framework::PexAttributeBase
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false)]
[System.Serializable]
public sealed class PexIgnoreAttribute : Microsoft.Pex.Framework.PexAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false)>]
[<System.Serializable>]
type PexIgnoreAttribute = class
    inherit PexAttributeBase
Public NotInheritable Class PexIgnoreAttribute
Inherits PexAttributeBase
Inheritance
PexIgnoreAttribute
Attributes

Constructors

PexIgnoreAttribute(String)

Initializes a new instance of the PexIgnoreAttribute class.

Properties

Message

Gets the message.

WorkItemId

Gets or sets the work item id.

Methods

ToString()

Returns a String that represents the current Object.

Applies to