Skip to content

Commit 67326c5

Browse files
damabeghogen
andauthored
Apply suggestions from code review
Co-authored-by: Gordon Hogenson <[email protected]>
1 parent 873b80a commit 67326c5

6 files changed

+7
-7
lines changed

docs/vsto/how-to-programmatically-open-existing-documents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "How to: Programmatically open existing documents"
3-
description: Learn how to use the Open method to open an existing Microsoft Word document specified by a fully qualified path and file name.
3+
description: Learn how to use the Open method to open an existing Microsoft Word document specified by a fully-qualified path and file name.
44
ms.custom: SEO-VS-2020
55
ms.date: "02/02/2017"
66
ms.topic: "how-to"

docs/vsto/how-to-programmatically-save-documents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "How to: Programmatically save documents"
3-
description: Learn how you can use Visual Studio to programmatically save a document without changing the name of the document, or you can save a document with a new name.
3+
description: Learn how you can use Visual Studio to programmatically save a document without changing the name of the document, or with a new name.
44
ms.custom: SEO-VS-2020
55
ms.date: "02/02/2017"
66
ms.topic: "how-to"

docs/vsto/how-to-read-from-and-write-to-document-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "How to: Read from and write to document properties"
3-
description: Learn how you can use Visual Studio to set document properties in Microsoft Excel and Microsoft Word.
3+
description: Learn how you can use Visual Studio to get or set document properties in Microsoft Excel and Microsoft Word.
44
ms.custom: SEO-VS-2020
55
ms.date: "02/02/2017"
66
ms.topic: "how-to"

docs/vsto/managed-reference-office-development-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Managed reference (Office development in Visual Studio)"
3-
description: Learn about API reference documentation for namespaces and types that are used in Office projects that target the .NET Framework 4 or the .NET Framework 4.5.
3+
description: Learn about API reference documentation for namespaces and types that are used in Office projects that target the .NET Framework.
44
ms.custom: SEO-VS-2020
55
titleSuffix: ""
66
ms.date: "08/14/2019"

docs/vsto/office-solutions-development-overview-vsto.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Office solutions development overview (VSTO)"
3-
description: Take advantage of the familiar Microsoft Office user interfaces and tools such as the word processing features in Word and the data analysis features of Excel.
3+
description: Learn how to develop customizations for the familiar Microsoft Office user interfaces and tools such as the word processing features in Word and the data analysis features of Excel.
44
ms.custom: SEO-VS-2020
55
ms.date: "02/02/2017"
66
ms.topic: "conceptual"
@@ -87,4 +87,4 @@ ms.workload:
8787
- [Architecture of VSTO Add-ins](../vsto/architecture-of-vsto-add-ins.md)
8888
- [Get started programming document-level customizations for Excel](../vsto/getting-started-programming-document-level-customizations-for-excel.md)
8989
- [Get started programming document-level customizations for Word](../vsto/getting-started-programming-document-level-customizations-for-word.md)
90-
- [Get started programming VSTO Add-ins](../vsto/getting-started-programming-vsto-add-ins.md)
90+
- [Get started programming VSTO Add-ins](../vsto/getting-started-programming-vsto-add-ins.md)

docs/vsto/password-protection-on-office-documents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Password protection on Office documents"
3-
description: Learn how to set a password on your Microsoft Word documents and Excel workbooks so that they can't be opened by someone who doesn't have the password.
3+
description: Learn how to set a password on your Microsoft Word documents and Excel workbooks so that they can't be opened by unauthorized users.
44
ms.custom: SEO-VS-2020
55
ms.date: "02/02/2017"
66
ms.topic: "conceptual"

0 commit comments

Comments
 (0)