CompletionItem.IsPreselected Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.