简体   繁体   English

VS Studio 2019 预览版 C# .NET Core 中是否有 Button 类?

[英]Is there a Button class in VS Studio 2019 preview C# .NET Core?

我正在 C# 中创建一个程序,但在 VS 2019中的控件区域控件中看不到按钮窗体

Clean your Visual Studio(Open the Cmd window > to the “C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Preview\\Common7\\IDE” where installed VS > Input the command(devenv /resetuserdata) > restart the Visual Studio)清理你的 Visual Studio(打开 Cmd 窗口 > 到“C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Preview\\Common7\\IDE”,其中安装了 VS > 输入命令(devenv /resetuserdata)> 重新启动 Visual工作室)

you can also try你也可以试试

You can add the missing controls by below steps.您可以通过以下步骤添加缺少的控件。

a.一种。 Right click the blank of any Tab, then choose the “Choose items…”.右键单击任何选项卡的空白处,然后选择“选择项目...”。

b.Choose one tab on the “Choose Toolbox items” dialog.在“选择工具箱项目”对话框中选择一个选项卡。

c. C。 Chose the controls that you want to add.选择要添加的控件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 C# 中的 VS2015 到 VS2019 的 Migration.Net core App - Migration .Net core App from VS2015 to VS2019 in C# 使用 .NET Core Fakes 和 VS 2019 Preview 6.9.0 Preview 2.0 找不到类型或命名空间名称 - The type or namespace name could not be found with .NET Core Fakes and VS 2019 Preview 6.9.0 Preview 2.0 在Visual Studio 2019中将XSD转换为类(C#) - xsd to class (C#) in visual studio 2019 如何在 Vs2019 中编辑默认的 C#.Net Core 模板? - How to edit default C# .Net Core Templates In Vs2019? 如何在.Net Core Windows Forms 在 Visual Studio 2019 中的应用程序 C# 中编码菜单/子菜单 - How to code Menues / Sub Menues in .Net Core Windows Forms Application in Visual Studio 2019 C# 在VS 2019预览2中破坏了IAsyncEnumerable &lt;&gt;(Core 3.0预览1) - IAsyncEnumerable<> broken in VS 2019 preview 2 (Core 3.0 preview 1) 如何在VS 2019上使用.net核心版本v3.1.0-preview1? - How to use .net core version v3.1.0-preview1 on VS 2019? VS 2019 - ASP.NET Core MVC web 应用程序(用 C# 编写):全新项目出现多个错误 - VS 2019 - ASP.NET Core MVC web app (written in C#) : multiple errors on brand new project 无法使用.NET Core 3,Preview 4编译C#8 - Unable to compile C# 8 using .NET Core 3, Preview 4 在 Visual Studio 2019 / .NET Framework 4.8 中确定 C# 版本 - Determine C# version in Visual Studio 2019 / .NET Framework 4.8
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM