Source Properties

Include Protected Members
Include Inherited Members

The Source type exposes the following members.

Properties

  Name Description
Public property ChangeCount Gets the number of changes made to the source file since it was opened.
Public property ColorState Gets or sets the IVsTextColorState object that is used in various parsing tasks.
Public property CompletedFirstParse Gets whether the parser has completed at least once.
Public property CompletionSet Gets the CompletionSet collection used for this instance of the Source class.
Public property DirtySpan Gets a range that identifies the changed lines in the source.
Protected property HandlesSnapshots
Public property IsClosed Gets the current state of the source file.
Public property IsCompletorActive Gets whether the IntelliSense member completion or method tip modes are active.
Public property IsDirty Gets or sets whether any of the lines of source have changed.
Public property LanguageService Gets the language service associated with the source file.
Public property LastParseTime Gets the duration of the last parse operation.
Public property OutliningEnabled Gets or sets whether outlining is currently enabled.

Top

See Also

Reference

Source Class

Microsoft.VisualStudio.Package Namespace