public class ColorizationRule
Public Class ColorizationRule
public ref class ColorizationRule
type ColorizationRule = class end
ColorizationRule(String, String) | Constructor. Defines a rule with a pattern and a class name but no region name |
ColorizationRule(String, String, String) | Constructor. Defines a rule with a pattern, a region name to limit the match to a specific part of the pattern, and a class name. |
ClassName | This read-only property returns the class name to use for the matched region |
Pattern | This read-only property returns the regular expression used by the rule |
Region | This read-only property returns the optional region name used to limit the part of the match that is returned from the matches. |
Apply | This returns an enumerable list of captures that match the pattern, if any |
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 the default hash function. (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) |
ToString | Returns a string that represents the current object. (Inherited from Object) |