Interface ICompletion
Interface for a completion.
public interface ICompletion
Properties
CompletionText
Gets the text that will be inserted at completion.
string CompletionText { get; }
Property Value
Content
object Content { get; }
Property Value
Description
Gets the description. Can be a string or a UIElement.
object Description { get; }
Property Value
Name
Gets the name. This property is used to filter the list of visible elements.
string Name { get; }
Property Value
Priority
Gets the priority. This property is used in the selection logic. You can use it to prefer selecting those items which the user is accessing most frequently.
double Priority { get; }
Property Value
Type
Gets the completion type.
CompletionType Type { get; }