CompletionSet Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | ApplicableTo | Gets or sets the text tracking span to which this completion applies. |
![]() | CompletionBuilders | Gets or sets the list of completion builders that are part of this completion set. |
![]() | Completions | Gets or sets the list of completions that are part of this completion set. |
![]() | DisplayName | Gets or sets the localized name of this completion set. |
![]() | Moniker | Gets the unique, non-localized identifier for the completion set. |
![]() | SelectionStatus | Gets or sets the CompletionSelectionStatus. |
![]() | WritableCompletionBuilders | Gets the collection of writable completion builders. |
![]() | WritableCompletions | Gets the collection of writable completions. |
Show:

