Olvasás angol nyelven Szerkesztés

Megosztás a következőn keresztül:

Build your first app using C#

Create project workspace for your tab app using C#

Start Microsoft Teams app development by creating your first app. This app uses the tab capability.

If the prerequisites are in place, let's begin!

The following steps help you to create project workspace for your tab app in Visual Studio:

  1. Open Visual Studio.

  2. Select New Project.

    Screenshot shows the selection of New Project in Visual Studio.

  3. In the search box, enter Teams.

  4. Select Microsoft Teams App > Next.

    Screenshot shows the selection of Teams.

  5. Enter the following details to configure your new project.

    1. Enter required project name in Project name.
    2. Select required location to save project files and folders.
    3. Select Create.

    Screenshot shows the creation of Project name.

  6. Select Tab > Create.

    Screenshot shows the selection of tab.

    The Teams tab app is created in few seconds.

    Screenshot shows the Project Creation.

Take a tour of tab app source code

Teams Toolkit provides all components for building an app. After creating the project, you can view the project folders and files under Solution Explorer.

Screenshot shows the Solution Explorer.