Help with method descriptions

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Chris Calzaretta

    Help with method descriptions

    Hello,
    I need help with method descriptions
    for example

    when i say
    public var as new object.class

    and i go

    var.classmethod
    i want the method tip to give information about this classmethod.

    How do you do this in vb.net if possible?

    How do you do this in c# if possible?

    Thanks
    Chris


  • Herfried K. Wagner [MVP]

    #2
    Re: Help with method descriptions

    Chris,

    "Chris Calzaretta" <ccalzaretta@ho tmail.com> schrieb:[color=blue]
    > I need help with method descriptions
    > for example
    >
    > when i say
    > public var as new object.class
    >
    > and i go
    >
    > var.classmethod
    > i want the method tip to give information about this classmethod.
    >
    > How do you do this in vb.net if possible?[/color]

    Adding IntelliSense tooltips, XML comments, and documentation
    <URL:http://dotnet.mvps.org/dotnet/faqs/?id=tooltipsxml documentation&l ang=en>
    [color=blue]
    > How do you do this in c# if possible?[/color]

    XML comments are supported natively in C#. They will be included in VB 2005
    too.

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://classicvb.org/petition/>

    Comment

    Working...