Constructor ConditionalIgnoreAttribute
ConditionalIgnoreAttribute(string, string)
Initializes a new instance of the ConditionalIgnoreAttribute class with a condition key.
선언
public ConditionalIgnoreAttribute(string conditionKey, string ignoreReason)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| string | conditionKey | The key to check for enabling the conditional ignore. The condition is set with the static AddConditionalIgnoreMapping(string, bool) method. |
| string | ignoreReason | The reason for the ignore. |