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( _ ByVal id As XmlIdent _ ) As XmlIdent [C#] public XmlIdent GetID( XmlIdent id ); [C++] public: XmlIdent* GetID( XmlIdent* id ); [JScript] public function GetID( id : XmlIdent ) : XmlIdent;
The identifier in this context with the same name and namespace URI as the given identifier. If the context of id is this context, the returned value is id.
Exception Type | Condition |
---|---|
ArgumentException | If id is null. |
XmlContext Class | XmlContext Members | System.Xml Namespace | XmlContext.GetID Overload List