CompletionSet::SelectionStatus Property
Visual Studio 2015
Gets or sets the CompletionSelectionStatus.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
public: property CompletionSelectionStatus^ SelectionStatus { CompletionSelectionStatus^ get(); void set(CompletionSelectionStatus^ value); }
Property Value
Type: Microsoft.VisualStudio.Language.Intellisense::CompletionSelectionStatus^| Exception | Condition |
|---|---|
| ArgumentNullException | The value is null. |
| ArgumentException | The completion belonging to the value is not contained in either the completions or the completion builders. |
Changing the selection status raises the SelectionStatusChanged event.
Show: