XmlRewritingContentFactory Constructors

Definition

Overloads

XmlRewritingContentFactory(ReadCache)
XmlRewritingContentFactory(IContentFactory, Boolean)
XmlRewritingContentFactory(IRefCountedStreamFactory, Boolean)
XmlRewritingContentFactory(IRefCountedXmlReaderFactory, Boolean)

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

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

Applies to