Returns the identifier with the given name in this context.
[Visual Basic] Overloads Public Function GetID( _ ByVal name As String _ ) As XmlIdent [C#] public XmlIdent GetID( string name ); [C++] public: XmlIdent* GetID( String* name ); [JScript] public function GetID( name : String ) : XmlIdent;
The identifier with the given name and an empty namespace URI.
Exception Type | Condition |
---|---|
ArgumentException | If name is null. |
XmlContext Class | XmlContext Members | System.Xml Namespace | XmlContext.GetID Overload List