ParameterDictionary.Add Method (XmlQualifiedName, XPathItem)ParameterDictionary.Add Method (XmlQualifiedName, XPathItem)ParameterDictionary::Add Method (XmlQualifiedName^, XPathItem^)

Adds a new parameter from an XPathItemXPathItemXPathItem value.

Syntax

Public Sub Add( _
    name As System.Xml.XmlQualifiedName, _
    value As System.Xml.XPath.XPathItem _
)