Creates an extension for a given name and namespace by walking the extension factories list and calling CreateInstance for the right one

Namespace:  Google.GData.Client
Assembly:  Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2

Syntax

C#
public IExtensionElementFactory CreateExtension(

	string localName,

	string ns

)
Visual Basic (Declaration)
Public Function CreateExtension ( _

	localName As String, _

	ns As String _

) As IExtensionElementFactory
Visual C++
public:

IExtensionElementFactory^ CreateExtension(

	String^ localName, 

	String^ ns

)

Parameters

localName
Type: System..::.String
the xml local name of the element to find
ns
Type: System..::.String
the namespace of the elementToPersist

Return Value

Object

See Also