The XML context with which this reader is associated.
[Visual Basic] Public ReadOnly Property Context As XmlContext [C#] public XmlContext Context {get;} [C++] public: __property XmlContext* get_Context(); [JScript] public function get Context() : XmlContext;
All identifiers returned by this reader are created in the XML context given by this property.
To obtain identifiers that are compatible with the various methods on a reader that takes XmlIdent arguments, get the value of this property and then call one of the GetID methods on that context.