RuleOverrideMode Enum
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.
Methods for overriding one rule with another.
public enum class RuleOverrideMode
C#
public enum RuleOverrideMode
type RuleOverrideMode =
Public Enum RuleOverrideMode
- Inheritance
-
RuleOverrideMode
Name | Value | Description |
---|---|---|
Replace | 0 | A subsequent definition for a rule (with the same name) entirely overrides a previous definition. |
Extend | 1 | A subsequent definition for a rule (with the same name) adds properties to a previous definition. |
Produit | Versions |
---|---|
.NET Framework | 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |