Describes an entry in the CompletionList.
| C# | Visual Basic | Visual C++ |
public interface ICompletionData
Public Interface ICompletionData
public interface class ICompletionData
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Complete(TextArea, ISegment, EventArgs) |
Perform the completion.
| |
| Content |
The displayed content. This can be the same as 'Text', or a WPF UIElement if
you want to display rich content.
| |
| Description |
Gets the description.
| |
| Image |
Gets the image.
| |
| 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.
| |
| Text |
Gets the text. This property is used to filter the list of visible elements.
|
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238