ICompletionSession::CompletionSets Property

 

Gets the collection of CompletionSet objects.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

property ReadOnlyObservableCollection<CompletionSet^>^ CompletionSets {
	ReadOnlyObservableCollection<CompletionSet^>^ get();
}
Return to top
Show: