RuleManager Class
Controls whether rules are enabled or disabled.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.Modeling.RuleManager
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public NotInheritable Class RuleManager
public sealed class RuleManager
public ref class RuleManager sealed
[<Sealed>]
type RuleManager = class end
public final class RuleManager
The RuleManager type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsRuleSuspended | Gets the IsRuleSuspended flag and verifies whether the rule manager is disabled. |
Top
Methods
Name | Description | |
---|---|---|
DisableRule | Disables rules of a particular type. | |
EnableRule | Enables rules of a particular type. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ResumeRuleNotification | Resumes rule notification to the client. | |
SuspendRuleNotification | Suspends rule notification to the client. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
RuleFired | Rule fired event, used for progress notification. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.