IXmlTextParser.Normalized Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.