Interface ISyntaxAttribute
Represents properties to describe a particular attribute of language element.
public interface ISyntaxAttribute : ICloneable
Properties
- EndPosition
When implemented by a class, get attribute end position in the code text.
- Name
When implemented by a class, get or sets attribute name.
- Position
When implemented by a class, get or sets attribute position in the code text.
- Range
When implemented by a class, gets attribute scope.
- Value
When implemented by a class, get or sets value of the attribute.