XmlReaderProperty_XmlResolver (Compact 7)
3/12/2014
This property provides an interface for resolving external entities in XML. This property is a pointer to IXmlResolver.
The default value NULL.
Remarks
This property can be set and retrieved through SetProperty (IXmlReader) and GetProperty (IXmlReader) method. The pointer that is returned by a successful call to the IXmlReader::GetProperty method should be released through a call to the standard COM IUnknown::Release function.
See Also
Reference
IXmlReader Properties
IXmlResolver
SetProperty (IXmlReader)
GetProperty (IXmlReader)
IUnknown::Release
IXmlResolver
IXmlReader Methods