Interface ILexReswordSet
Represents properties and methods to specify keywords for ILexSyntaxBlock.LexReswordSets collection.
public interface ILexReswordSet
Properties
- Block
When implemented by a class, gets or sets
ILexSyntaxBlockowning thisILexReswordSet.
- CaseSensitive
When implemented by a class, gets or sets a value indicating whether
ILexReswordSetis case-sensitive or not.
- Index
When implemented by a class, represents index of the
ILexReswordSetwithin the reswords collection.
- Name
When implemented in a class, gets or set name for the
ILexReswordSet.
- ReswordStyle
When implemented by a class, gets or sets an
ILexStyleof resword collection.
- Reswords
When implemented by a class, gets or sets a collection of keywords for the
ILexReswordSet.
- SerializationInfo
Gets or sets an xml representation of this
ILexReswordSetobject.
Methods
- AddResword(string)
When implemented by a class, adds a new element to the resword collection.
- Clear()
When implemented in a class, removes all items from Reswords collection.
- FindResword(string)
When implemented by a class, locates given resword in Reswords collection.