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.CreateNamespaceManager

[To be supplied.]

[Visual Basic]
Overrides Protected Function CreateNamespaceManager() As _
   NamespaceManager
[C#]
protected override NamespaceManager CreateNamespaceManager();
[C++]
protected: override NamespaceManager* CreateNamespaceManager();
[JScript]
protected override function CreateNamespaceManager() :
   NamespaceManager;

See Also

XmlReader Class | XmlReader Members | System.Data.XML Namespace