Source Properties

 

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

NameDescription
System_CAPS_pubpropertyChangeCount

Gets the number of changes made to the source file since it was opened.

System_CAPS_pubpropertyColorState

Gets or sets the IVsTextColorState object that is used in various parsing tasks.

System_CAPS_pubpropertyCompletedFirstParse

Gets whether the parser has completed at least once.

System_CAPS_pubpropertyCompletionSet

Gets the CompletionSet collection used for this instance of the Source class.

System_CAPS_pubpropertyDirtySpan

Gets a range that identifies the changed lines in the source.

System_CAPS_protpropertyHandlesSnapshots

System_CAPS_pubpropertyIsClosed

Gets the current state of the source file.

System_CAPS_pubpropertyIsCompletorActive

Gets whether the IntelliSense member completion or method tip modes are active.

System_CAPS_pubpropertyIsDirty

Gets or sets whether any of the lines of source have changed.

System_CAPS_pubpropertyLanguageService

Gets the language service associated with the source file.

System_CAPS_pubpropertyLastParseTime

Gets the duration of the last parse operation.

System_CAPS_pubpropertyOutliningEnabled

Gets or sets whether outlining is currently enabled.

Return to top
Show: