1

我在 .NET 中创建了一个组件,在设计器代码隐藏中,将组件拖放到表单上后,该组件有三个额外的注释行。一个普通的 MS 组件如下所示:

///
/// myComponentClass1
///
//properties for the component set in the designer here

但我的看起来像这样:

///
/// myComponentClass1
///
///
///
///
//properties for the component set in the designer here

关于如何阻止 Visual Studio 添加这些额外的注释行的任何想法?

4

0 回答 0