US-1889327: Suggestion/warning fixes for WPF. (#1314)

* Suggestion/warning fixes for US-1889327.

* Updated H2s.

* Minor content edit.

* Review edits.

* Minor edits.

* Update dotnet-desktop-guide/framework/wpf/advanced/localization-attributes-and-comments.md

Co-authored-by: Andy (Steve) De George <[email protected]>
This commit is contained in:
Pooja Poojari
2022-02-23 10:27:19 -08:00
committed by GitHub
co-authored by Andy De George
parent 22741516f0
commit caa62283b8
20 changed files with 107 additions and 70 deletions
@@ -1,6 +1,8 @@
---
title: "mc:Ignorable Attribute"
ms.date: "03/30/2017"
ms.custom: devdivchpfy22
description: Learn about the mc Ignorable attribute.
helpviewer_keywords:
- "mc XML namespace prefix [WPF]"
- "mc:Ignorable attribute"
@@ -38,8 +40,8 @@ Specifies which XML namespace prefixes encountered in a markup file may be ignor
## XAML Values
|||
|-|-|
| Value | Description |
|-------|-------------|
|*ignorablePrefix, ignorablePrefix1, etc.*|Any valid prefix string, per the XML 1.0 specification.|
|*ignorableUri*|Any valid URI for designating a namespace, per the XML 1.0 specification.|
|*ThisElementCanBeIgnored*|An element that can be ignored by [!INCLUDE[TLA#tla_xaml](../../../includes/tlasharptla-xaml-md.md)] processor implementations, if the underlying type cannot be resolved.|