Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Controls whether rules are enabled or disabled.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Modeling.RuleManager
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.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.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (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.