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!

XmlContext.GetID

[To be supplied.]

Overload List

Returns an identifier in this context with the same name and namespace URI as an identifier from any context.

[Visual Basic] Overloads Public Function GetID(XmlIdent) As XmlIdent
[C#] public XmlIdent GetID(XmlIdent);
[C++] public: XmlIdent* GetID(XmlIdent*);
[JScript] public function GetID(XmlIdent) : XmlIdent;

Returns the identifier with the given name in this context.

[Visual Basic] Overloads Public Function GetID(String) As XmlIdent
[C#] public XmlIdent GetID(String);
[C++] public: XmlIdent* GetID(String*);
[JScript] public function GetID(String) : XmlIdent;

Returns the identifier with the given name and namespace URI in this context.

[Visual Basic] Overloads Public Function GetID(String, String) As XmlIdent
[C#] public XmlIdent GetID(String, String);
[C++] public: XmlIdent* GetID(String*, String*);
[JScript] public function GetID(String, String) : XmlIdent;

See Also

XmlContext Class | XmlContext Members | System.Xml Namespace