PC Review


Reply
Thread Tools Rate Thread

Displaying the "/// <summary></summary>" tool tip in other proje

 
 
=?Utf-8?B?QXZpIFNoaWxvbg==?=
Guest
Posts: n/a
 
      2nd Nov 2004
Hi everybody,

How do i show the tool tip for methods or types of my own in projects
other than the project containing the methods/types/properties?
Is there any attribute or something i should add to them?
The tool tip is displayed only for .NET types or the types within
the same project, but for types in other projects it is not shown.
All that is shown is the fully qualified name of the type or method.
Can i make it to display all the time, regardless of the project they were
declared in?

Thanks alot guys.
 
Reply With Quote
 
 
 
 
=?Utf-8?B?SGFhY2tlZA==?=
Guest
Posts: n/a
 
      3rd Nov 2004
You need to make sure the XML documentation file is in the same location as
the assembly you're referencing.

If it's a project you are building, go to the Project Properties Dialog,
click on the "Configuration Properties" folder, and select the "Build" item.

Under the "Outputs" section, specify a name for the XML Documentation File
(typically assemblyname.xml). Now build that project and it will produce an
XML documentation file alonge with the assembly.

When you reference that assembly from another project, you should get the
full descriptions within auto-complete.

As an aside, those XML docs are used by NDoc (ndoc.sourceforge.net) to
produce nice MSDN style documentation).

"Avi Shilon" wrote:

> Hi everybody,
>
> How do i show the tool tip for methods or types of my own in projects
> other than the project containing the methods/types/properties?
> Is there any attribute or something i should add to them?
> The tool tip is displayed only for .NET types or the types within
> the same project, but for types in other projects it is not shown.
> All that is shown is the fully qualified name of the type or method.
> Can i make it to display all the time, regardless of the project they were
> declared in?
>
> Thanks alot guys.

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Finding the page numbers that "Postion Headcount Summary" appears Rachel Costanza Microsoft Powerpoint 1 1st Dec 2008 05:37 PM
Modifying Ron De Bruin's "Create summary sheet from different workbooks" Greg Microsoft Excel Programming 7 20th May 2007 11:47 AM
Distribute info from "summary" page to separate pages under condition markx Microsoft Excel Worksheet Functions 1 30th Aug 2005 04:24 PM
FU: Distribute info from "summary" page to separate pages under condition markx Microsoft Excel Worksheet Functions 0 30th Aug 2005 03:14 PM
task list: displaying summary information in the summary bars Dan Vanderboom Microsoft Outlook Form Programming 1 29th Aug 2003 12:06 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:52 PM.