Skip to content

Commit

Permalink
[BULK] - DocuTune - Remove expired ms.custom value (#39377)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbuckgit committed Feb 2, 2024
1 parent 830c468 commit 3109229
Show file tree
Hide file tree
Showing 18 changed files with 3 additions and 20 deletions.
2 changes: 1 addition & 1 deletion docs/core/tutorials/library-with-visual-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ zone_pivot_groups: dotnet-version
dev_langs:
- "csharp"
- "vb"
ms.custom: "vs-dotnet,contperf-fy21q1"
ms.custom: vs-dotnet
---
# Tutorial: Create a .NET class library using Visual Studio

Expand Down
2 changes: 1 addition & 1 deletion docs/core/tutorials/with-visual-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ zone_pivot_groups: dotnet-version
dev_langs:
- "csharp"
- "vb"
ms.custom: "vs-dotnet,contperf-fy21q3"
ms.custom: vs-dotnet
---
# Tutorial: Create a .NET console application using Visual Studio

Expand Down
1 change: 0 additions & 1 deletion docs/csharp/fundamentals/tutorials/pattern-matching.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: "Tutorial: Build algorithms with pattern matching"
description: This advanced tutorial demonstrates how to use pattern matching techniques to create functionality using data and algorithms that are created separately.
ms.date: 02/25/2022
ms.custom: contperf-fy21q1
---
# Tutorial: Use pattern matching to build type-driven and data-driven algorithms

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ helpviewer_keywords:
- "extension methods [C#], for enums"
- "enum extensibility [C#]"
ms.topic: how-to
ms.custom: contperf-fy21q2
ms.assetid: 100106f9-1e54-462c-8ebe-3892fe23b6eb
---
# How to create a new method for an enumeration (C# Programming Guide)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ helpviewer_keywords:
- "properties [C#], abstract"
- "abstract properties [C#]"
ms.topic: how-to
ms.custom: contperf-fy21q2
ms.assetid: 672a90eb-47b9-4ae0-9914-af53852fddcb
---
# How to define abstract properties (C# Programming Guide)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ helpviewer_keywords:
- "C# language, constants"
- "constants [C#]"
ms.topic: how-to
ms.custom: contperf-fy21q2
ms.assetid: 43f511be-346c-4b8a-995e-aded94542ece
---
# How to define constants in C\#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ ms.date: 07/20/2015
helpviewer_keywords:
- "extension methods [C#], implementing and calling"
ms.topic: how-to
ms.custom: contperf-fy21q2
ms.assetid: 7dab2a56-cf8e-4a47-a444-fe610a02772a
---
# How to implement and call a custom extension method (C# Programming Guide)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ ms.date: 12/20/2018
helpviewer_keywords:
- "collection initializers [C#], with Dictionary"
ms.topic: how-to
ms.custom: contperf-fy21q2
ms.assetid: 25283922-f8ee-40dc-a639-fac30804ec71
---
# How to initialize a dictionary with a collection initializer (C# Programming Guide)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ helpviewer_keywords:
- "object initializers [C#], how to use"
- "objects [C#], initializing"
ms.topic: how-to
ms.custom: contperf-fy21q2
ms.assetid: 4b75ebb2-2e29-43de-929c-d736a8f27ce6
---
# How to initialize objects by using an object initializer (C# Programming Guide)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ helpviewer_keywords:
- "ToString method, overriding in C#"
- "inheritance [C#], overriding OnPaint and ToString"
ms.topic: how-to
ms.custom: contperf-fy21q2
ms.assetid: 8016db69-1f19-420c-8e17-98e8bebb7749
---
# How to override the ToString method (C# Programming Guide)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ ms.date: 07/20/2015
helpviewer_keywords:
- "anonymous types [C#], for subsets of element properties"
ms.topic: how-to
ms.custom: contperf-fy21q2
ms.assetid: fabdf349-f443-4e3f-8368-6c471be1dd7b
---
# How to return subsets of element properties in a query (C# Programming Guide)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ ms.date: 07/20/2015
helpviewer_keywords:
- "implicitly-typed local variables [C#], how to use"
ms.topic: how-to
ms.custom: contperf-fy21q2
ms.assetid: 6b7354d2-af79-427a-b6a8-f74eb8fd0b91
---
# How to use implicitly typed local variables and arrays in a query expression (C# Programming Guide)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ helpviewer_keywords:
- "C# Language, copy constructor"
- "copy constructor [C#]"
ms.topic: how-to
ms.custom: contperf-fy21q2
ms.assetid: fba899b5-fc41-428e-a745-3ebdbf37990a
---
# How to write a copy constructor (C# Programming Guide)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ helpviewer_keywords:
- "conversions [C#], byte array to int"
- "byte arrays [C#], converting to int"
ms.topic: how-to
ms.custom: contperf-fy21q2
ms.assetid: d6ac20e2-448e-4aea-99b9-faf04c6f1e79
---
# How to convert a byte array to an int (C# Programming Guide)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ helpviewer_keywords:
- "converting strings to int [C#]"
- "strings [C#], converting to int"
ms.topic: how-to
ms.custom: contperf-fy21q3
ms.assetid: 467b9979-86ee-4afd-b734-30299cda91e3
adobe-target: true
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ helpviewer_keywords:
- "strings [C#], converting hexadecimal strings"
- "hexadecimal strings [C#]"
ms.topic: how-to
ms.custom: contperf-fy21q2
ms.assetid: 7115c49f-7d1d-40c3-8bd9-aae0cc1d46b6
---
# How to convert between hexadecimal strings and numeric types (C# Programming Guide)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ helpviewer_keywords:
- "formatting [.NET], time"
- "date and time strings"
ms.topic: reference
ms.custom: contperf-fy21q2
---
# Standard date and time format strings

Expand Down
4 changes: 1 addition & 3 deletions docs/visual-basic/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ metadata:
description: "Learn Visual Basic programming in .NET - for beginning developers, developers new to Visual Basic, and experienced Visual Basic developers"
ms.topic: landing-page # Required
ms.date: 08/13/2020
ms.custom: contperf-fy21q1

# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new

landingContent:
Expand Down Expand Up @@ -75,4 +73,4 @@ landingContent:
- text: String functions
url: language-reference/functions/string-functions.md
- text: Language specification
url: reference/language-specification/index.md
url: reference/language-specification/index.md

0 comments on commit 3109229

Please sign in to comment.