CompletionSelectionStatus Constructor (Completion^, Boolean, Boolean)
Visual Studio 2015
Initializes a new instance of the CompletionSelectionStatus.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
public: CompletionSelectionStatus( Completion^ completion, bool isSelected, bool isUnique )
Parameters
- completion
-
Type:
Microsoft.VisualStudio.Language.Intellisense::Completion^
The selected Completion in this selection status.
- isSelected
-
Type:
System::Boolean
true if the completion is fully-selected, false otherwise.
- isUnique
-
Type:
System::Boolean
true if the completion is a unique match, false otherwise.
Show: