add a reference to the assembly, add
using YourNamespace;...

解决方案 »

  1.   

    是这个吧?
    http://expert.csdn.net/Expert/topic/2179/2179816.xml?temp=.6557428
      

  2.   

    if you are talking about your assembly, consider to add a comment before your methods, entering "///" and hit on RETURN before your methods
      

  3.   

    抱歉,可能是我表达有误,不是那个帖子,也不是思归的意思,比如说:sqlDataAdapter.Fill();当我选择了需要的函数之后,怎么设置编译器才能在鼠标指向函数的时候自动显示出Fill的参数来?
      

  4.   

    go to menu Tools ->Options->Text Editor->C# ...