diff --git a/docs/csharp/programming-guide/xmldoc/include.md b/docs/csharp/programming-guide/xmldoc/include.md index 18c41f3a89581..448d31cbbf868 100644 --- a/docs/csharp/programming-guide/xmldoc/include.md +++ b/docs/csharp/programming-guide/xmldoc/include.md @@ -1,5 +1,6 @@ --- title: " - C# programming guide" +description: Learn about the XML tag. This tag lets you refer to comments in another file that describe the types and members in your source code. ms.date: 07/20/2015 f1_keywords: - "include" diff --git a/docs/csharp/programming-guide/xmldoc/list.md b/docs/csharp/programming-guide/xmldoc/list.md index 53bca4e378b7b..db1df319aa174 100644 --- a/docs/csharp/programming-guide/xmldoc/list.md +++ b/docs/csharp/programming-guide/xmldoc/list.md @@ -1,5 +1,6 @@ --- title: " - C# programming guide" +description: Learn about the XML tag. This tag is used to create tables and definition, bulleted, or numbered lists by using 'item' blocks. ms.date: 07/20/2015 f1_keywords: - "list" diff --git a/docs/csharp/programming-guide/xmldoc/para.md b/docs/csharp/programming-guide/xmldoc/para.md index 84dfaadfb182b..18cee9a73d6b2 100644 --- a/docs/csharp/programming-guide/xmldoc/para.md +++ b/docs/csharp/programming-guide/xmldoc/para.md @@ -1,5 +1,6 @@ --- title: " - C# programming guide" +description: Learn about the XML tag. This tag lets you add structure to the text in another tag, such as , , or . ms.date: 07/20/2015 f1_keywords: - "" diff --git a/docs/csharp/programming-guide/xmldoc/param.md b/docs/csharp/programming-guide/xmldoc/param.md index 09235a5a29919..9530827678377 100644 --- a/docs/csharp/programming-guide/xmldoc/param.md +++ b/docs/csharp/programming-guide/xmldoc/param.md @@ -1,5 +1,6 @@ --- title: " - C# programming guide" +description: Learn about the XML tag. This tag is used in the comment for a method declaration to describe one of the parameters for the method. ms.date: 07/20/2015 f1_keywords: - "param" diff --git a/docs/csharp/programming-guide/xmldoc/paramref.md b/docs/csharp/programming-guide/xmldoc/paramref.md index 636fa5c4c6fd7..2b737054ae303 100644 --- a/docs/csharp/programming-guide/xmldoc/paramref.md +++ b/docs/csharp/programming-guide/xmldoc/paramref.md @@ -1,5 +1,6 @@ --- title: " - C# programming guide" +description: Learn about the XML tag. This tag gives you a way to indicate that a word in the code is a parameter. ms.date: 07/20/2015 f1_keywords: - "paramref" diff --git a/docs/csharp/programming-guide/xmldoc/permission.md b/docs/csharp/programming-guide/xmldoc/permission.md index ab3b67cb6b3dd..226a9a7a37d02 100644 --- a/docs/csharp/programming-guide/xmldoc/permission.md +++ b/docs/csharp/programming-guide/xmldoc/permission.md @@ -1,5 +1,6 @@ --- title: " - C# programming guide" +description: Learn about the XML tag. This tag lets you document the access of a member, while the PermissionSet class lets you specify access to a member. ms.date: 07/20/2015 f1_keywords: - "permission" diff --git a/docs/csharp/programming-guide/xmldoc/processing-the-xml-file.md b/docs/csharp/programming-guide/xmldoc/processing-the-xml-file.md index be4488ff1899d..b7ecfcd3a9769 100644 --- a/docs/csharp/programming-guide/xmldoc/processing-the-xml-file.md +++ b/docs/csharp/programming-guide/xmldoc/processing-the-xml-file.md @@ -1,5 +1,6 @@ --- title: "Processing the XML file - C# programming guide" +description: Learn about processing the XML file in C# programming. See code examples and view additional available resources. ms.date: 07/20/2015 helpviewer_keywords: - "XML processing [C#]" diff --git a/docs/csharp/programming-guide/xmldoc/recommended-tags-for-documentation-comments.md b/docs/csharp/programming-guide/xmldoc/recommended-tags-for-documentation-comments.md index 93919a3816508..0020a1deb341d 100644 --- a/docs/csharp/programming-guide/xmldoc/recommended-tags-for-documentation-comments.md +++ b/docs/csharp/programming-guide/xmldoc/recommended-tags-for-documentation-comments.md @@ -1,5 +1,6 @@ --- title: "Recommended tags for documentation comments - C# programming guide" +description: Learn about the recommended tags for documentation comments. See a list of recommended tags and view additional available resources. ms.date: 01/21/2020 helpviewer_keywords: - "XML [C#], tags" diff --git a/docs/csharp/programming-guide/xmldoc/remarks.md b/docs/csharp/programming-guide/xmldoc/remarks.md index 42d81447ba40b..c317f9bda3761 100644 --- a/docs/csharp/programming-guide/xmldoc/remarks.md +++ b/docs/csharp/programming-guide/xmldoc/remarks.md @@ -1,5 +1,6 @@ --- title: " - C# programming guide" +description: Learn about the XML tag. This tag is used to add information about a type, supplementing the information specified with . ms.date: 07/20/2015 f1_keywords: - "remarks" diff --git a/docs/csharp/programming-guide/xmldoc/returns.md b/docs/csharp/programming-guide/xmldoc/returns.md index dcf6c0e333180..d9a2e44fa7c90 100644 --- a/docs/csharp/programming-guide/xmldoc/returns.md +++ b/docs/csharp/programming-guide/xmldoc/returns.md @@ -1,5 +1,6 @@ --- title: " - C# programming guide" +description: Learn about the XML tag. This tag is used in the comment for a method declaration to describe the return value. ms.date: 07/20/2015 f1_keywords: - "returns" diff --git a/docs/csharp/programming-guide/xmldoc/see.md b/docs/csharp/programming-guide/xmldoc/see.md index 888b74db6bc0b..73ff0c9a1ed32 100644 --- a/docs/csharp/programming-guide/xmldoc/see.md +++ b/docs/csharp/programming-guide/xmldoc/see.md @@ -1,5 +1,6 @@ --- title: " - C# programming guide" +description: Learn about the XML tag. This tag lets you specify a link from within text, for example by using a cref attribute. ms.date: 07/20/2015 f1_keywords: - "" diff --git a/docs/csharp/programming-guide/xmldoc/seealso.md b/docs/csharp/programming-guide/xmldoc/seealso.md index 3823f1a600848..60558f8b32f86 100644 --- a/docs/csharp/programming-guide/xmldoc/seealso.md +++ b/docs/csharp/programming-guide/xmldoc/seealso.md @@ -1,5 +1,6 @@ --- title: " - C# programming guide" +description: Learn how to use the XML tag. This tag lets you specify the text that you might want to appear in a 'See Also' section. ms.date: 07/20/2015 f1_keywords: - "cref" diff --git a/docs/csharp/programming-guide/xmldoc/summary.md b/docs/csharp/programming-guide/xmldoc/summary.md index 44bf31e0b0d98..0e049f07fcda2 100644 --- a/docs/csharp/programming-guide/xmldoc/summary.md +++ b/docs/csharp/programming-guide/xmldoc/summary.md @@ -1,5 +1,6 @@ --- title: " - C# programming guide" +description: Learn about the XML tag that is used to describe a type or a type member. See code examples and view additional available resources. ms.date: 07/20/2015 f1_keywords: - "" diff --git a/docs/csharp/programming-guide/xmldoc/typeparam.md b/docs/csharp/programming-guide/xmldoc/typeparam.md index 714dac3f69fad..6929c346f298a 100644 --- a/docs/csharp/programming-guide/xmldoc/typeparam.md +++ b/docs/csharp/programming-guide/xmldoc/typeparam.md @@ -1,5 +1,6 @@ --- title: " - C# programming guide" +description: Learn about the XML tag. This tag is used in the comment for a generic type or method declaration to describe a type parameter. ms.date: 07/20/2015 f1_keywords: - "typeparam" diff --git a/docs/csharp/programming-guide/xmldoc/typeparamref.md b/docs/csharp/programming-guide/xmldoc/typeparamref.md index df39e1dfd8064..1f80f76fd512e 100644 --- a/docs/csharp/programming-guide/xmldoc/typeparamref.md +++ b/docs/csharp/programming-guide/xmldoc/typeparamref.md @@ -1,5 +1,6 @@ --- title: " - C# programming guide" +description: Learn about the XML tag. This tag enables consumers of the documentation file to format the word in some distinct way, for example in italics. ms.date: 07/20/2015 f1_keywords: - "typeparamref" diff --git a/docs/csharp/programming-guide/xmldoc/value.md b/docs/csharp/programming-guide/xmldoc/value.md index 16a6e776c61bc..1fed3509ccc68 100644 --- a/docs/csharp/programming-guide/xmldoc/value.md +++ b/docs/csharp/programming-guide/xmldoc/value.md @@ -1,5 +1,6 @@ --- title: " - C# programming guide" +description: Learn about the XML tag. This tag allows you to describe the value that a property represents. ms.date: 07/20/2015 f1_keywords: - "" diff --git a/docs/csharp/walkthroughs.md b/docs/csharp/walkthroughs.md index 1d6ad8bc65aa9..22b39455fda49 100644 --- a/docs/csharp/walkthroughs.md +++ b/docs/csharp/walkthroughs.md @@ -1,5 +1,6 @@ --- title: "C# walkthroughs" +description: See step-by-step instructions for common scenarios. These C# walkthroughs are a good place to start learning about a product or particular feature area. ms.date: 07/20/2015 helpviewer_keywords: - "walkthroughs [C#]"