CompletionItem.IsPreselected Property

Definition

When set, completion will try to select this item.

public:
 property bool IsPreselected { bool get(); };
public bool IsPreselected { get; }
member this.IsPreselected : bool
Public ReadOnly Property IsPreselected As Boolean

Property Value

Remarks

When multiple CompletionItems have this property set, the first item in the sort order will be selected.

Applies to