all extension elements that match a namespace/localname given will be removed and the new one will be inserted

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

Syntax

C#
public void ReplaceExtension(

	string localName,

	string ns,

	IExtensionElementFactory obj

)
Visual Basic (Declaration)
Public Sub ReplaceExtension ( _

	localName As String, _

	ns As String, _

	obj As IExtensionElementFactory _

)
Visual C++
public:

virtual void ReplaceExtension(

	String^ localName, 

	String^ ns, 

	IExtensionElementFactory^ obj

) sealed

Parameters

localName
Type: System..::.String
the local name to find
ns
Type: System..::.String
the namespace to match, if null, ns is ignored
obj
Type: Google.GData.Client..::.IExtensionElementFactory
the new element to put in

Implements

IExtensionContainer..::.ReplaceExtension(String, String, IExtensionElementFactory)

See Also