本文介绍了创建项模板并隐藏自定义方法将其添加到项目中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 您好 我有疑问。我创建了一个自定义用户控件。我的CustomUserControl继承自UserControl。我在CustomUserControl中添加了一些自定义方法和属性。我想将我的 CustomUserControl添加到"添加新项目"中在Visual Studio 中用于项目。 为此,我使用了"项目模板"。并创建了一个模板。重新启动Visual Studio后,每件事都很好,我可以使用"添加新项"添加我的CustomUserControl。在我的项目中。 当我将CustomUserControl添加到我的项目时,我遇到了问题,我添加到模板文件中的方法和属性出现了,我可以更改它们。如何在模板中隐藏方法和属性?我不希望在之后看到方法和属性将CustomUserControl添加到项目中。 谢谢 祝你好运,解决方案 HelloI have question. I created a custom user control. My CustomUserControl is inherited from UserControl. I add some custom methods and properties in my CustomUserControl. I wanted to add my CustomUserControl to "Add New Item" in Visual Studio for projects.For this I used "Item Template" and created a template. After restarting Visual Studio every thing was fine and I could add my CustomUserControl by using "Add New Item" in my project.Just i have a problem when I add CustomUserControl to my project, the methods and properties that I am added into template file appeare and i can change them. How can I Hide methods and property in template? I don't want to see methods and properties after add CustomUserControl to project.Thank youBest regards, 解决方案 这篇关于创建项模板并隐藏自定义方法将其添加到项目中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 10-23 16:57