B
BoonHead, The Lost Philosopher
Does anyone know how to implement internal interface documentation for
functions and parameters?
I found a similair thing for proerties.
For properties I found something like:
<System.ComponentModal.Description("This property sets aars!")> Property
Aars() As Boolean
'...Property body...
End Property
But there is not anything documented about descriptions (internal interface
documentation) for functions and parameters.
I tried the the following but ofcouse it didn't work:
<System.ComponentModal.Description("This function kicks aars!")> Function
KickAars(<System.ComponentModal.Description("Hey a parameter")> blnKick As
Boolean) As Boolean
Does anyone know how to create interface documentation in the same way
microsoft does?
I'll give you an example if you still don't know what I'm talking about:
Type some function like "Beep(" and you will see a tooltip explaining how to
use the function and information about it's parameters.
The same thing can be done with your own classes, properties, functions and
parameters...I just don't know how... :S
functions and parameters?
I found a similair thing for proerties.
For properties I found something like:
<System.ComponentModal.Description("This property sets aars!")> Property
Aars() As Boolean
'...Property body...
End Property
But there is not anything documented about descriptions (internal interface
documentation) for functions and parameters.
I tried the the following but ofcouse it didn't work:
<System.ComponentModal.Description("This function kicks aars!")> Function
KickAars(<System.ComponentModal.Description("Hey a parameter")> blnKick As
Boolean) As Boolean
Does anyone know how to create interface documentation in the same way
microsoft does?
I'll give you an example if you still don't know what I'm talking about:
Type some function like "Beep(" and you will see a tooltip explaining how to
use the function and information about it's parameters.
The same thing can be done with your own classes, properties, functions and
parameters...I just don't know how... :S