Click to return to the Component Development home page    
Parse Flags     Text Document Attribute C...     Active Script Debugging A...    
Web Workshop  |  Component Development

Source Text Attribute Constants


These constants describe the attributes of a single character of source text.

SOURCE_TEXT_ATTR_KEYWORD
Character is a part of a language keyword.
SOURCE_TEXT_ATTR_COMMENT
Character is a part of a comment block.
SOURCE_TEXT_ATTR_NONSOURCE
Character is not a part of compiled language source text.
SOURCE_TEXT_ATTR_OPERATOR
Character is not a part of a language operator.
SOURCE_TEXT_ATTR_NUMBER
Character is a part of a language numeric constant.
SOURCE_TEXT_ATTR_STRING
Character is a part of a language string constant.
SOURCE_TEXT_ATTR_FUNCTION_START
Character indicates the start of a function block.


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.