how to use intellisence for functions
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
i am creating comments for my functions and generate XML help file like this Public Class FUNCTIONS _ Public Shared Function readAll(ByVal pFirstName As String, ByVal pMiddleName As String, ByVal pLastName As String) As String End Function End Class and XML file generated for this functions is like this - - clb - - First name of person string Last name of person string n/a Function that read full name Returns Full Name of string datatype remark but when using that assenbly in my code, intellisence doesn't showup with any help Milan