[To be supplied.]
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;
XmlContext Class | XmlContext Members | System.Xml Namespace