all extension elements that match a namespace/localname
given will be removed and replaced with the new ones.
the input array can contain several different
namespace/localname combinations
if the passed list is NULL or empty, this will just result
in additions
Namespace:
Google.GData.Client
Assembly:
Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2
Syntax
| Visual Basic (Declaration) |
|---|
Public Function ReplaceExtensions ( _
newList As ExtensionList _
) As Integer |
Return Value
int - the number of deleted extensions
See Also