System.Xml.Xsl.XsltArgumentList.GetParam Method

Gets the parameter associated with the namespace qualified name.

Syntax

public object GetParam (string name, string namespaceUri)

Parameters

name
The name of the parameter. System.Xml.Xsl.XsltArgumentList does not check to ensure the name passed is a valid local name; however, the name cannot be null.
namespaceUri
The namespace URI associated with the parameter.

Returns

The parameter object or null if one was not found.

Remarks

None.

Requirements

Namespace: System.Xml.Xsl
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0