ICompletionItem Interface
Provides the base requirements for an IntelliPrompt completion item.
public interface ICompletionItem
Properties
AutoCompletePostText
The text that is inserted into the document after the caret when auto-complete is executed.
AutoCompletePreText
The text that is inserted into the document before the caret when auto-complete is executed.
DescriptionProvider
An IContentProvider that can provide content for a popup displaying a verbose description of the item.
IContentProvider? DescriptionProvider { get; }
Property Value
See Also
ImageSourceProvider
An IImageSourceProvider that can provide an image for display within a list.
IImageSourceProvider? ImageSourceProvider { get; }
Property Value
See Also
InlineDescription
An optional inline description that is displayed next to the item's Text within a list.
Tag
The object that contains user-defined data about the object.
Text
The text for the item that is displayed within a list.
Extension Methods
- ObjectExtensions.TryConvertToDouble(object, out double)
- ObjectExtensions.TryConvertToDouble(object, IFormatProvider, out double)