NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlReader.Context

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;

Remarks

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.

See Also

XmlReader Class | XmlReader Members | System.Xml Namespace