Finds the extension factory for a given name/namespace
Namespace:
Google.GData.Client
Assembly:
Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2
Syntax
| C# |
|---|
public IExtensionElementFactory FindExtensionFactory( string localName, string ns ) |
| Visual Basic (Declaration) |
|---|
Public Function FindExtensionFactory ( _ localName As String, _ ns As String _ ) As IExtensionElementFactory |
| Visual C++ |
|---|
public: IExtensionElementFactory^ FindExtensionFactory( 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