CompletionInfo
Class CompletionInfo. Implements the INotifyPropertyChanged
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.UI.IntelliPrompt.Completion
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
public class CompletionInfo : INotifyPropertyChanged
Inheritance: objectCompletionInfo
Implements:
Constructors
Initializes a new instance of the CompletionInfo class.
public CompletionInfo(string text, ImageSource icon)
The text.
iconImageSourceThe icon.
Initializes a new instance of the CompletionInfo class.
Initializes a new instance of the CompletionInfo class.
Initializes a new instance of the CompletionInfo class.
Initializes a new instance of the CompletionInfo class.
Properties
Gets or sets the description.
public string Description { get; set; }
The description.
Icon
ImageSource
Gets the icon.
public ImageSource Icon { get; }
The icon.
Gets the insertion text.
public string InsertionText { get; }
The insertion text.
Gets or sets a value indicating whether this instance is closest match.
public bool IsClosestMatch { get; set; }
true if this instance is closest match; otherwise, false.
Events
Occurs when a property value changes.
public event PropertyChangedEventHandler PropertyChanged
Implements: