简体   繁体   English

VB.NET项目中的C#用户控件的Intellisense

[英]Intellisense for C# User Control in VB.NET project

I have created a C# user control which I want to use in VB.NET .. the control works fine, but in VB.NET the Intellisense does not show any of the C# user control function descriptions (in summary xml doc tag). 我已经创建了一个我想在VB.NET中使用的C#用户控件。该控件可以正常工作,但是在VB.NET中,Intellisense不显示任何C#用户控件功能描述(在xml doc标记摘要中)。

If I use the same control in a C# project the Intellisense show each function's description as intended.. 如果在C#项目中使用相同的控件,则Intellisense将按预期显示每个功能的描述。

is this normal ? 这正常吗?

Thanks 谢谢

This is normal. 这很正常。 However, in Visual Studio 2010 the intellisense support for C# and VB.NET is much better. 但是,在Visual Studio 2010中,对C#和VB.NET的智能支持更好。 I always found that the intellisense for VB.NET was lacking in 2008, but VS 2010 has improved in that area. 我总是发现在2008年缺少VB.NET的智能感知,但是VS 2010在该领域有所改进。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM