CompletionItemSelectedEventArgs.SelectedItem 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.
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