在 VS 2008 中工作
在Source
模式下处理 ASPX 文件时,如果我在文件的页面指令中指定了 StyleSheetTheme,那么 Visual Studio 将为我提供控件可能的 skinID 值的自动完成列表
例如
<asp:Button ID="myButton" runat="server" SkinID="
//Having typed this much, I'll get an intellisense with the possible skinid values for this button
我只是想知道是否有可能在 ASCX 中获得相同的功能。因为没有为控件指定样式表主题,VS 不知道可能的值是什么......
您能否指定 Visual Studio 可用于 Web 用户控件的默认样式表主题。