1

.NET でコンポーネントを作成し、デザイナのコード ビハインドで、フォームにドラッグ アンド ドロップした後、コンポーネントに対して 3 つの追加のコメント行があります。通常の 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