Gets the parameter associated with the namespace qualified name.
Assembly: System.Xml (in System.Xml.dll)
Syntax . . :: . Object
The parameter object ornull Nothing nullptr a null reference (Nothing in Visual Basic) if one was not found.
Public Function GetParam ( _
name As String, _
namespaceUri As String _
) As Objectpublic Object GetParam(
string name,
string namespaceUri
)public:
Object^ GetParam(
String^ name,
String^ namespaceUri
)member GetParam :
name:string *
namespaceUri:string -> Object
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 benull Nothing nullptr a null reference (Nothing in Visual Basic) .
- namespaceUri
- Type: System
. . :: . String
The namespace URI associated with the parameter.
Return Value
Type: SystemThe parameter object or
Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.