Share via


CompletionItemSelectedEventArgs.SelectedItem Property

Definition

Selected item. Might be null if there is no selection

public:
 property Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionItem ^ SelectedItem { Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionItem ^ get(); };
public Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionItem SelectedItem { get; }
member this.SelectedItem : Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionItem
Public ReadOnly Property SelectedItem As CompletionItem

Property Value

Applies to