We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50bf5a7 commit 80864cdCopy full SHA for 80864cd
1 file changed
ICSharpCode.AvalonEdit/CodeCompletion/ICompletionData.cs
@@ -30,6 +30,10 @@ namespace ICSharpCode.AvalonEdit.CodeCompletion
30
/// <summary>
31
/// Describes an entry in the <see cref="CompletionList"/>.
32
/// </summary>
33
+ /// <remarks>
34
+ /// Note that the CompletionList uses WPF data binding against the properties in this interface.
35
+ /// Thus, your implementation of the interface must use public properties; not explicit interface implementation.
36
+ /// </remarks>
37
public interface ICompletionData
38
{
39
0 commit comments