Skip to content

Commit 80864cd

Browse files
committed
Add remarks to ICompletionData
1 parent 50bf5a7 commit 80864cd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ICSharpCode.AvalonEdit/CodeCompletion/ICompletionData.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ namespace ICSharpCode.AvalonEdit.CodeCompletion
3030
/// <summary>
3131
/// Describes an entry in the <see cref="CompletionList"/>.
3232
/// </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>
3337
public interface ICompletionData
3438
{
3539
/// <summary>

0 commit comments

Comments
 (0)