title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
ValidationRule.Ignored property (Visio) |
vis_sdr.chm18462650 |
|
|
e99a629b-f3de-fbd0-82d9-e821d18500c3 |
06/08/2017 |
medium |
Determines whether the validation rule is currently ignored. Read/write.
expression. Ignored
expression A variable that represents a ValidationRule object.
Boolean
Issues that pertain to an ignored rule are still recorded but, by default, they are not displayed in the Issues window.
The following Visual Basic for Applications (VBA) example shows how to use the Ignored property to specify that the validation rule named "Unglued2DShape" should not be ignored.
Set vsoValidationRule = vsoValidationRuleSet.Rules.Add("Unglued2DShape")
vsoValidationRule.Ignored = False
[!includeSupport and feedback]