문제

I love the XML documentation feature, the <summary> always shows up, and recently I found out how to make the function argument info in <param> visible in Intellisense by setting an Output Path in the Build tab of the property page of a class project or in web.config for the Web project. But so far I have not seen any benefit of writing documentation in the <returns> tag. How do I make this visible in Intellisense?

도움이 되었습니까?

해결책

Unfortunately, the <returns> tag won't be shown by IntelliSense.

It is only shown in the Object Explorer. It is also exported to the XML documentation (via options in the Build tab), so it can be used by documentation generators.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top