CompletionSelectionStatus::IsSelected Property

 

Determines whether the completion is fully selected.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
property bool IsSelected {
	bool get();
}

Property Value

Type: System::Boolean

true if the completion is selected, otherwise false.

Return to top
Show: