I m trying to create hierarchy of classes in vb.net. I was able to achieve it in csharp by using the following tags in .csproj
<Compile Include="ClassA.cs">
<DependentUpon>ClassB.cs</DependentUpon>
</Compile>
解决方案探险器下面的片段如下:
"https://i.sstatic.net/D4nko.jpg" alt="Charp的分类等级"/>
我需要在Vb.net中实现同样的目标。
我新到 vb. net 。 请告诉我在. vbproj 中的. csproj 等同. vbproj 中使用的 < code@ lt; dependUpon> 属性的替代属性。 出于某种原因, 这个属性似乎在. vbproj 中被忽略, 即使它在视觉科技2010 智力中显示 。