AvalonEdit
ICompletionData Interface
NamespacesICSharpCode.AvalonEdit.CodeCompletionICompletionData
Describes an entry in the CompletionList.
Declaration Syntax
C#Visual BasicVisual C++
public interface ICompletionData
Public Interface ICompletionData
public interface class ICompletionData
Members
All MembersMethodsProperties



IconMemberDescription
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