You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sp-add-ins/create-a-sharepoint-add-in-that-contains-a-document-template-and-a-task-pane-add.md
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Create a SharePoint Add-in that contains a document template and a task pane add-in
3
3
description: Use Visual Studio to develop an Office Add-in that appears in a document that is opened from a SharePoint Add-in.
4
-
ms.date: 05/09/2020
4
+
ms.date: 10/21/2020
5
5
ms.prod: sharepoint
6
6
localization_priority: Normal
7
7
---
@@ -43,11 +43,9 @@ Next, add an Office Add-in to the project. You can add any type of add-in that y
43
43
44
44
1. In **Solution Explorer**, select the **OfficeEnabledAddin** project node.
45
45
1. On the **Project** menu, select **Add New Item**.
46
-
1. In the **Add New Item** dialog box, select **Office/SharePoint**, and then select **Office Add-in**.
46
+
1. In the **Add New Item** dialog box, select **Office/SharePoint**, and then select **Word Web Add-in**.
47
47
1. Name the task pane add-in **MyTaskPaneAddin**, and then select **Add**.
48
-
1. In the **Create Add-in for Office** dialog box, select **Task pane**, and then select **Next**.
49
-
1. On the next page, clear the **Word** and **PowerPoint** check boxes, and then select **Next**.
50
-
1. On the **Would you like your Office Add-in to appear in a new document or in an existing document?** page, select **Create a new document and insert my add-in**, and then select **Finish**.
48
+
1. In the **Create Office Add-in** dialog box, on the **Would you like your Office Add-in to appear in a new document or in an existing document?** page, select **Create a new document and insert my add-in**, and then select **Finish**.
51
49
52
50
Visual Studio adds a document library and a workbook template for the library. The workbook contains a task pane add-in.
53
51
@@ -61,7 +59,7 @@ In this procedure, you will add a document library and make the workbook the def
61
59
1. In the SharePoint Customization Wizard, select the **Create a customizable list template and list instance of it** option.
62
60
1. In the list under this option, select **Document Library**, and then select **Next**.
63
61
1. In the **Choose a template for this document library. Documents that users create in this library will be based on that template** page, select **Use the following document as the template for this library**, and then select **Browse**.
64
-
1. In the **Open** dialog box, open the **OfficeDocuments** folder, select the **MyTaskPaneApp.xlsx** file, select **Open** > **Finish**, and then close the list designer.
62
+
1. In the **Open** dialog box, open the **OfficeDocuments** folder, select the **MyTaskPaneApp.docx** file, select **Open** > **Finish**, and then close the list designer.
65
63
1. In **Solution Explorer**, select the **OfficeEnabledAddin** project node.
66
64
1. On the **View** menu, select **Properties Window**.
67
65
1. In **Solution Explorer**, select the **AppManifest.xml** file.
0 commit comments