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