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
Public property IsRuleSuspended Gets the IsRuleSuspended flag and verifies whether the rule manager is disabled.

Top

Methods

  Name Description
Public method DisableRule Disables rules of a particular type.
Public method EnableRule Enables rules of a particular type.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ResumeRuleNotification Resumes rule notification to the client.
Public method SuspendRuleNotification Suspends rule notification to the client.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Events

  Name Description
Public event 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.

See Also

Reference

Microsoft.VisualStudio.Modeling Namespace