XsltArgumentList::GetExtensionObject Method (String^)

 

Gets the object associated with the given namespace.

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

public:
Object^ GetExtensionObject(
	String^ namespaceUri
)

Parameters

namespaceUri
Type: System::String^

The namespace URI of the object.

Return Value

Type: System::Object^

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

.NET Framework
Available since 1.1
Return to top
Show: