Removes the parameter from the XsltArgumentList.
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 RemoveParam ( _
name As String, _
namespaceUri As String _
) As Objectpublic Object RemoveParam(
string name,
string namespaceUri
)public:
Object^ RemoveParam(
String^ name,
String^ namespaceUri
)member RemoveParam :
name:string *
namespaceUri:string -> Object
Parameters
- name
- Type: System
. . :: . String
The name of the parameter to remove. 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 of the parameter to remove.
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.