ICompletionSession::SelectedCompletionSet Property
Visual Studio 2015
Gets or sets the selected CompletionSet.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
property CompletionSet^ SelectedCompletionSet { CompletionSet^ get(); void set(CompletionSet^ value); }
Property Value
Type: Microsoft.VisualStudio.Language.Intellisense::CompletionSet^The selected CompletionSet.
Show: