ParameterTypeDictionary.Add Method (XmlQualifiedName, XdmType)ParameterTypeDictionary.Add Method (XmlQualifiedName, XdmType)ParameterTypeDictionary::Add Method (XmlQualifiedName^, XdmType^)

Adds a new parameter from an XPathNodeIteratorXPathNodeIteratorXPathNodeIterator value.

Syntax

Public Sub Add( _
    name As System.Xml.XmlQualifiedName, _
    value As XdmType _
)
public void Add(
    System.Xml.XmlQualifiedName name,
    XdmType value
)
public:
virtual void Add(
    System.Xml::XmlQualifiedName^ name, 
    XdmType^ value
) sealed
 

Parameters

name

Type: System.Xml.XmlQualifiedNameSystem.Xml.XmlQualifiedNameSystem.Xml::XmlQualifiedName^

The name of the parameter to add.

value

Type: XmlPrime.XdmTypeXmlPrime.XdmTypeXmlPrime::XdmType^

The type of the parameter to add.

Exceptions

ExceptionCondition
ArgumentNullExceptionArgumentNullExceptionArgumentNullException name or value is null a null reference (Nothing in Visual Basic) nullptr.