Class LexReswordSet
Represents class to specify keywords for ILexSyntaxBlock.LexReswordSets collection.
public class LexReswordSet : ILexReswordSet
- Inheritance
-
LexReswordSet
- Implements
Constructors
- LexReswordSet(ILexSyntaxBlock)
Initializes a new instance of the
LexReswordSetclass with default settings.
Properties
- Block
Gets or sets
ILexSyntaxBlockowning thisILexReswordSet.
- CaseSensitive
Gets or sets a value indicating whether
ILexReswordSetis case-sensitive or not.
- Index
Represents index of the
LexReswordSetwithin the reswords collection.
- Name
Gets or set name for the
LexReswordSet.
- ReswordStyle
Gets or sets an
ILexStyleof resword collection.
- Reswords
Represents a list of reswords for the
LexReswordSet.Reswords.
- SerializationInfo
Gets or sets an xml representation of this
LexReswordSetobject.
Methods
- AddResword(string)
Adds a new element to the resword collection.
- Clear()
Removes all items from Reswords collection.
- FindResword(string)
Locates given resword in Reswords collection.