次の方法で共有


FilteredCompletionModel.UniqueItem Property

Definition

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

Property Value

Applies to