This topic has not yet been rated - Rate this topic

RuleOnAttribute Class

Signifies that the class to which this attribute is applied is a rule.

Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in microsoft.visualstudio.modeling.dll)

[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=true)] 
public sealed class RuleOnAttribute : Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=true) */ 
public final class RuleOnAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=true) 
public final class RuleOnAttribute extends Attribute

The type of rule is determined by its base class. For example, AddRule, ChangeRule, DeleteRule.

System.Object
   System.Attribute
    Microsoft.VisualStudio.Modeling.RuleOnAttribute
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.