1
Parameter is created several times
Problem reported by dnd82077 - 8/16/2019 at 5:57 AM
Resolved
When "Document file" is executed multiple times, a parameter of a function is added again and again. The definition of the function is as follows (VB.net):

''' <summary>Gets the entry corresponding to the selection.</summary>
''' <param name="selection">The selection.</param>
''' <value>The selected menu entry.</value>
''' <param name="selection">The selection.</param>
''' <param name="selection">The selection.</param>
''' <param name="selection">The criterion for selecting the entry.</param>
Default Friend Overloads ReadOnly Property Item(selection As Selection) As Item(Of T)
...

3 Replies

Reply to Thread
0
Misha Zhutov Replied
Employee Post
Thank you for reporting that. We will take a look at that.
0
Misha Zhutov Replied
Employee Post Marked As Resolution
We have found and fixed the issue.
0
dnd82077 Replied
Thank you so much!
It now works as expected.

Reply to Thread