XsltArgumentList::RemoveExtensionObject Method (String^)

 

Removes the object with the namespace URI from the XsltArgumentList.

Namespace:   System.Xml.Xsl
Assembly:  System.Xml (in System.Xml.dll)

public:
Object^ RemoveExtensionObject(
	String^ namespaceUri
)

Parameters

namespaceUri
Type: System::String^

The namespace URI associated with the object to remove.

Return Value

Type: System::Object^

The object with the namespace URI or null if one was not found.

.NET Framework
Available since 1.1
Return to top
Show: