IXmlTextParser.Normalized Property

Definition

Gets or sets whether white space and attribute values are normalized.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property bool Normalized { bool get(); void set(bool value); };
public bool Normalized { get; set; }
member this.Normalized : bool with get, set
Public Property Normalized As Boolean

Property Value

true if white space attributes values are normalized; otherwise, false.

Remarks

You should not implement the IXmlTextParser interface and Normalized property in your code. Instead use the Normalization property of the XmlTextReader class.

Applies to