将属性页添加到项目属性而不实现项目子类型
我正在开发 Visual Studio 2010 包。我的包需要向项目属性添加一个新选项卡。
我可以找到的有关添加新选项卡的所有示例都是通过实现项目风格或子类型来添加选项卡的。但是,我需要添加选项卡而不创建新的项目风格。我知道这一定是可能的,因为其他包也在这样做(例如,当您安装 Code Contracts 时,您会得到一个新的 Code Contracts 选项卡,并且 Code Contracts 包不会修改项目类型/添加新的项目类型)据我所知,子类型)。
如何将选项卡添加到 Visual Studio 2010 包中项目的属性而不实现新的项目风格?
谢谢, 马蒂亚斯
I'm developing a Visual Studio 2010 package. My package needs to add a new tab to the project properties.
All the examples that I could find on adding new tabs add the tabs by implementing project flavors or subtypes. However, I need to add the tab without creating a new project flavor. I know that this must somehow be possible, as other packages are doing it as well (for example, when you install Code Contracts, you get a new Code Contracts tab, and the Code Contracts package does not modify the project type / add a new subtype as far as I can see).
How can I add a tab to the properties of a project from a Visual Studio 2010 package without implementing a new project flavor?
Thanks,
Mathias
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论