ICompletionSession.SelectedCompletionSet Property

Definition

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.

Applies to