RuleManager Class
Visual Studio 2015
Controls whether rules are enabled or disabled.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | IsRuleSuspended | Gets the IsRuleSuspended flag and verifies whether the rule manager is disabled. |
| Name | Description | |
|---|---|---|
![]() | DisableRule(Type^) | Disables rules of a particular type. |
![]() | EnableRule(Type^) | Enables rules of a particular type. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ResumeRuleNotification() | Resumes rule notification to the client. |
![]() | SuspendRuleNotification() | Suspends rule notification to the client. |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


