The XML context to which this identifier belongs.
[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;
Every XML identifier belongs to an XML context. Within an XML context, two identifiers with the same name and namespace are represented by the same XmlIdent object instance. Thus, to compare two identifiers from the same XML context for equality, a simple compare of the two object references can be used.