XsltArgumentList::GetParam Method (String^, String^)
.NET Framework (current version)
Gets the parameter associated with the namespace qualified name.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- name
-
Type:
System::String^
The name of the parameter. XsltArgumentList does not check to ensure the name passed is a valid local name; however, the name cannot be null.
- namespaceUri
-
Type:
System::String^
The namespace URI associated with the parameter.
.NET Framework
Available since 1.1
Available since 1.1
Show: