473,382 Members | 1,622 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

object browser -- comments and documentation

Hi, I'm starting to reuse quite a bit of my code through namespace
references and would like that when I view the object in the "object
browser" that I can see my comments about the method, property or whatever.

All I get at the moment is the method's signature.
Nov 16 '05 #1
1 1537
Add sth like the following before class, method etc. Search for other "Tags
for Documentation Comments"

/// <summary>

/// Summary description for Class1.

/// </summary>
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Adie" <ar*******@h-o-t-m-a-i-l.com> wrote in message
news:19****************@hairypie.net...
Hi, I'm starting to reuse quite a bit of my code through namespace
references and would like that when I view the object in the "object
browser" that I can see my comments about the method, property or whatever.
All I get at the moment is the method's signature.

Nov 16 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Gary James | last post by:
I'm making a C# library module that has methods & properties that I've commented. I would like these comments to appear in the object browser when the library is used by another .NET application....
7
by: Ot | last post by:
(Repeated from m.p.dotnet.general. I got the advice that I could not do this in VB, only in C#... looking for verification here) When I use the Object Browser in the IDE to look at the...
2
by: news.microsoft.com | last post by:
Hi all, I'm trying to find a way to set a value for a method or property of my class which will show up as summary when you look at the method/property in the Object browser. I know that in VB6...
4
by: SR | last post by:
I've been trying to find out how to get comments to appear in the 'Object Browser' for my VB.Net components. What a nightmare!! I've created the XML Code document, so when I reference the...
4
by: Luke Matuszewski | last post by:
Here are some questions that i am interested about and wanted to here an explanation/discussion: 1. (general) Is the objectness in JavaScript was supported from the very first version of it (in...
6
by: tomb | last post by:
Does anyone know how to add a summary description for a class module to the object browser? I can't find anything on it anywhere! Thanks, Tom
22
by: Cylix | last post by:
I have a 4row x 1col table, I would like to drop all the content of row three. Since Mac IE5.2 does not suppport deleteRow method, I have also try to set the innerHTML=''; but it does not work. ...
98
by: tjb | last post by:
I often see code like this: /// <summary> /// Removes a node. /// </summary> /// <param name="node">The node to remove.</param> public void RemoveNode(Node node) { <...> }
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.