XamlReaderSettings.IgnoreUidsOnPropertyElements Property

Definition

Gets or sets a value that specifies whether the XAML reader should ignore values for x:Uid attributes that exist on property elements.

C#
public bool IgnoreUidsOnPropertyElements { get; set; }

Property Value

true if the reader should ignore values for x:Uid attributes on property elements. false if the reader should process x:Uid attributes on property elements. The default is false.

Remarks

During localization, the x:Uid attribute is used to identify elements in markup so that localization tools can process XAML elements as discrete entities for localization. Attributes do not usually appear on property elements in XAML. However, x:Uid is an exception because some usages put localized text in a property element as content, instead of as a separate object that can receive its own x:Uid. Setting an IgnoreUidsOnPropertyElements value to true enables a stricter mode. The default value of false continues to process property element x:Uid attributes.

Applies to

Produkt Wersje
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9