ISerializerFactoryEx::FindType Method
HRESULT FindType([in] BSTR ParentType, [in] BSTR ParentTypeNS, [in] BSTR elementName, [in] BSTR elementNamespace, [out] BSTR * XmlType, [out] BSTR * XmlTypeNS);
Given an element name and its containg type, look for a register local type mapping that tells us the elements XML Type
Parameters
- ParentType
- BSTR, [in]: The containing XML Type
- ParentTypeNS
- BSTR, [in]: The namespace of the containing XML type
- elementName
- BSTR, [in]: The element name
- elementNamespace
- BSTR, [in]: The namespace of the element
- XmlType
- BSTR *, [out]: The resulting XML typename
- XmlTypeNS
- BSTR *, [out]: The namespace of the resulting XML typename
Return Values
Sample Code
See Also
The ISerializerFactoryEx Interface |
Copyright
Copyright © Simon Fell, 2000-2004. All rights reserved.