CompletionSet::CompletionMatchResult::SelectionStatus Property
Visual Studio 2015
Gets or sets the selection status of the completion set.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
public: property CompletionSelectionStatus^ SelectionStatus { [CompilerGeneratedAttribute] CompletionSelectionStatus^ get(); [CompilerGeneratedAttribute] void set(CompletionSelectionStatus^ value); }
Property Value
Type: Microsoft.VisualStudio.Language.Intellisense::CompletionSelectionStatus^The selection status of the completion set.
Show: