
For example,I have code like below.
When I move the cursor to the word 'AddNew',then get the Quickinfo like 'Function Table.AddNew(ByVal i As Integer) As Row(+1 overload)'.
Now I can get the Quickinfo by code already,but I need to know how can I get the specific type of 'Function','Table.AddNew' and 'Row' directly.
[Modified 8 years ago]