ICompletionSession Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | CompletionSets | Gets the collection of CompletionSet objects. |
![]() | IsDismissed | Determines whether the session is dismissed.(Inherited from IIntellisenseSession.) |
![]() | IsStarted | Determines whether the completion session has been started. |
![]() | Presenter | Gets the IIntellisensePresenter that is used to render IntelliSense for this session.(Inherited from IIntellisenseSession.) |
![]() | Properties | (Inherited from IPropertyOwner.) |
![]() | SelectedCompletionSet | Gets or sets the selected CompletionSet. |
![]() | TextView | Gets the ITextView in which this IntelliSense session was triggered.(Inherited from IIntellisenseSession.) |
Show:
