CompletionSelectionStatus Constructor (Completion^, Boolean, Boolean)

 

Initializes a new instance of the CompletionSelectionStatus.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
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.

Return to top
Show: