XmlReaderBasedContentFactory Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| XmlReaderBasedContentFactory(IXmlReaderFactory) | |
| XmlReaderBasedContentFactory(IXmlReaderFactory, Boolean) |
XmlReaderBasedContentFactory(IXmlReaderFactory)
public:
XmlReaderBasedContentFactory(Microsoft::XLANGs::BaseTypes::IXmlReaderFactory ^ factory);
public XmlReaderBasedContentFactory (Microsoft.XLANGs.BaseTypes.IXmlReaderFactory factory);
new Microsoft.XLANGs.RuntimeTypes.XmlReaderBasedContentFactory : Microsoft.XLANGs.BaseTypes.IXmlReaderFactory -> Microsoft.XLANGs.RuntimeTypes.XmlReaderBasedContentFactory
Public Sub New (factory As IXmlReaderFactory)
Parameters
- factory
- IXmlReaderFactory
Applies to
XmlReaderBasedContentFactory(IXmlReaderFactory, Boolean)
public:
XmlReaderBasedContentFactory(Microsoft::XLANGs::BaseTypes::IXmlReaderFactory ^ factory, bool addRef);
public XmlReaderBasedContentFactory (Microsoft.XLANGs.BaseTypes.IXmlReaderFactory factory, bool addRef);
new Microsoft.XLANGs.RuntimeTypes.XmlReaderBasedContentFactory : Microsoft.XLANGs.BaseTypes.IXmlReaderFactory * bool -> Microsoft.XLANGs.RuntimeTypes.XmlReaderBasedContentFactory
Public Sub New (factory As IXmlReaderFactory, addRef As Boolean)
Parameters
- factory
- IXmlReaderFactory
- addRef
- Boolean