How do I make a docstring in VB.NET?
Posted
by Wayne Werner
on Stack Overflow
See other posts from Stack Overflow
or by Wayne Werner
Published on 2010-05-21T18:36:34Z
Indexed on
2010/05/21
18:40 UTC
Read the original article
Hit count: 259
Hi,
I'm writing a .dll in Visual Basic. When writing code in Visual Studio if I do something like
Console.WriteLine(
it will pop up a tooltip with a bit of documentation for the function. Is it possible to write something in my function/sub that would provide that information to Visual Studio?
Thanks
© Stack Overflow or respective owner