XmlSerializationReader.GetNullAttr Method
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.
Determines whether the XML element where the XmlReader is currently positioned has a null attribute set to the value true
.
This API supports the product infrastructure and is not intended to be used directly from your code.
protected:
bool GetNullAttr();
protected bool GetNullAttr ();
member this.GetNullAttr : unit -> bool
Protected Function GetNullAttr () As Boolean
Returns
true
if XmlReader is currently positioned over a null attribute with the value true
; otherwise, false
.
Remarks
The protected members of XmlSerializationReader are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.