FilteredCompletionModel.UniqueItem 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.
Optionally, provides an item that should be committed using the "commit if unique" command.
public:
property Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionItem ^ UniqueItem { Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionItem ^ get(); };
public Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionItem UniqueItem { get; }
member this.UniqueItem : Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionItem
Public ReadOnly Property UniqueItem As CompletionItem