ParameterDictionary.Add Method (XmlQualifiedName, IXPathNavigable)ParameterDictionary.Add Method (XmlQualifiedName, IXPathNavigable)ParameterDictionary::Add Method (XmlQualifiedName^, IXPathNavigable^)
Syntax
Public Sub Add( _ name As System.Xml.XmlQualifiedName, _ value As System.Xml.XPath.IXPathNavigable _ )
public void Add( System.Xml.XmlQualifiedName name, System.Xml.XPath.IXPathNavigable value )
public: void Add( System.Xml::XmlQualifiedName^ name, System.Xml.XPath::IXPathNavigable^ value )
Parameters
- name
Type: System.Xml.XmlQualifiedNameSystem.Xml.XmlQualifiedNameSystem.Xml::XmlQualifiedName^
The name of the parameter to add.
- value
Type: System.Xml.XPath.IXPathNavigableSystem.Xml.XPath.IXPathNavigableSystem.Xml.XPath::IXPathNavigable^
The value of the parameter to add.
Exceptions
Exception | Condition |
ArgumentNullExceptionArgumentNullExceptionArgumentNullException |
name or value is null
a null reference (Nothing in Visual Basic)
nullptr .
|