ICompletionSession.SelectedCompletionSet Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the selected CompletionSet.
public:
property Microsoft::VisualStudio::Language::Intellisense::CompletionSet ^ SelectedCompletionSet { Microsoft::VisualStudio::Language::Intellisense::CompletionSet ^ get(); void set(Microsoft::VisualStudio::Language::Intellisense::CompletionSet ^ value); };
public Microsoft.VisualStudio.Language.Intellisense.CompletionSet SelectedCompletionSet { get; set; }
member this.SelectedCompletionSet : Microsoft.VisualStudio.Language.Intellisense.CompletionSet with get, set
Public Property SelectedCompletionSet As CompletionSet
Property Value
The selected CompletionSet.