XmlRewritingContentFactory 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
XmlRewritingContentFactory(ReadCache)
public:
XmlRewritingContentFactory(Microsoft::XLANGs::RuntimeTypes::ReadCache ^ readCache);
public XmlRewritingContentFactory (Microsoft.XLANGs.RuntimeTypes.ReadCache readCache);
new Microsoft.XLANGs.RuntimeTypes.XmlRewritingContentFactory : Microsoft.XLANGs.RuntimeTypes.ReadCache -> Microsoft.XLANGs.RuntimeTypes.XmlRewritingContentFactory
Parameters
- readCache
- ReadCache
Applies to
XmlRewritingContentFactory(IContentFactory, Boolean)
public:
XmlRewritingContentFactory(Microsoft::XLANGs::RuntimeTypes::IContentFactory ^ source, bool addRef);
public XmlRewritingContentFactory (Microsoft.XLANGs.RuntimeTypes.IContentFactory source, bool addRef);
new Microsoft.XLANGs.RuntimeTypes.XmlRewritingContentFactory : Microsoft.XLANGs.RuntimeTypes.IContentFactory * bool -> Microsoft.XLANGs.RuntimeTypes.XmlRewritingContentFactory
Public Sub New (source As IContentFactory, addRef As Boolean)
Parameters
- source
- IContentFactory
- addRef
- Boolean
Applies to
XmlRewritingContentFactory(IRefCountedStreamFactory, Boolean)
public:
XmlRewritingContentFactory(Microsoft::XLANGs::RuntimeTypes::IRefCountedStreamFactory ^ streamFactory, bool addRef);
public XmlRewritingContentFactory (Microsoft.XLANGs.RuntimeTypes.IRefCountedStreamFactory streamFactory, bool addRef);
new Microsoft.XLANGs.RuntimeTypes.XmlRewritingContentFactory : Microsoft.XLANGs.RuntimeTypes.IRefCountedStreamFactory * bool -> Microsoft.XLANGs.RuntimeTypes.XmlRewritingContentFactory
Public Sub New (streamFactory As IRefCountedStreamFactory, addRef As Boolean)
Parameters
- streamFactory
- IRefCountedStreamFactory
- addRef
- Boolean
Applies to
XmlRewritingContentFactory(IRefCountedXmlReaderFactory, Boolean)
public:
XmlRewritingContentFactory(Microsoft::XLANGs::RuntimeTypes::IRefCountedXmlReaderFactory ^ xmlReaderFactory, bool addRef);
public XmlRewritingContentFactory (Microsoft.XLANGs.RuntimeTypes.IRefCountedXmlReaderFactory xmlReaderFactory, bool addRef);
new Microsoft.XLANGs.RuntimeTypes.XmlRewritingContentFactory : Microsoft.XLANGs.RuntimeTypes.IRefCountedXmlReaderFactory * bool -> Microsoft.XLANGs.RuntimeTypes.XmlRewritingContentFactory
Public Sub New (xmlReaderFactory As IRefCountedXmlReaderFactory, addRef As Boolean)
Parameters
- xmlReaderFactory
- IRefCountedXmlReaderFactory
- addRef
- Boolean