Re: [Asp.net] Kommentare in Intellisense??

2005-11-04 Thread Hannes Sachsenhofer
x gefunden habe. > > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Anh Tu Sam > Gesendet: Donnerstag, 3. November 2005 15:19 > An: asp.net@glengamoi.com > Betreff: [Asp.net] Kommentare in Intellisense?? > > Hallo Liste, &g

AW: [Asp.net] Kommentare in Intellisense??

2005-11-03 Thread Pessner, Andreas
Tu Sam Gesendet: Donnerstag, 3. November 2005 15:19 An: asp.net@glengamoi.com Betreff: [Asp.net] Kommentare in Intellisense?? Hallo Liste, wenn ich eine Funktion so kommentiere: /// /// Diese Funktion macht x y bla bal /// /// The string to work with /// A int value public int myFunction

RE: [Asp.net] Kommentare in Intellisense??

2005-11-03 Thread Anh Tu Sam
Hi, ist nicht schlecht der Tip. Aber leider nicht genau das, was ich wissen möchte. Trotzdem danke!!! Anh Tu Hannes Sachsenhofer <> wrote: > Eventuell hilft es dir, wenn die die XML documentation file miterstellen > lässt (Project properties -> build -> XML documentation file). > > der compile

Re: [Asp.net] Kommentare in Intellisense??

2005-11-03 Thread Hannes Sachsenhofer
Eventuell hilft es dir, wenn die die XML documentation file miterstellen lässt (Project properties -> build -> XML documentation file). der compiler generiert dir dann eine XML datei, wo alle XML comments drin stehn. On 11/3/05, Anh Tu Sam <[EMAIL PROTECTED]> wrote: > Hallo Liste, > > wenn ich ei

[Asp.net] Kommentare in Intellisense??

2005-11-03 Thread Anh Tu Sam
Hallo Liste, wenn ich eine Funktion so kommentiere: /// /// Diese Funktion macht x y bla bal /// /// The string to work with /// A int value public int myFunction(string myString) { // Hier kommt der Code } Dann zeigt mir Intellisense im VS (wenn ich diese Funktion aufrufe) den SummaryTe