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