Source Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Package
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | ChangeCount | Gets the number of changes made to the source file since it was opened. |
![]() | ColorState | Gets or sets the IVsTextColorState object that is used in various parsing tasks. |
![]() | CompletedFirstParse | Gets whether the parser has completed at least once. |
![]() | CompletionSet | Gets the CompletionSet collection used for this instance of the Source class. |
![]() | DirtySpan | Gets a range that identifies the changed lines in the source. |
![]() | HandlesSnapshots | |
![]() | IsClosed | Gets the current state of the source file. |
![]() | IsCompletorActive | Gets whether the IntelliSense member completion or method tip modes are active. |
![]() | IsDirty | Gets or sets whether any of the lines of source have changed. |
![]() | LanguageService | Gets the language service associated with the source file. |
![]() | LastParseTime | Gets the duration of the last parse operation. |
![]() | OutliningEnabled | Gets or sets whether outlining is currently enabled. |
Show:

