Click or drag to resize

StiCodeRegionStart Properties

The StiCodeRegionStart type exposes the following members.

Properties
  NameDescription
Public propertyComment
Gets or sets the contents of the comment.
(Inherited from CodeCommentStatement.)
Public propertyEndDirectives
Gets a CodeDirectiveCollection object that contains end directives.
(Inherited from CodeStatement.)
Public propertyLinePragma
Gets or sets the line on which the code statement occurs.
(Inherited from CodeStatement.)
Public propertyStartDirectives
Gets a CodeDirectiveCollection object that contains start directives.
(Inherited from CodeStatement.)
Public propertyText
Public propertyUserData
Gets the user-definable data for the current object.
(Inherited from CodeObject.)
Top
See Also