IContentFactory Interface
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.
public interface class IContentFactory : Microsoft::XLANGs::BaseTypes::IStreamFactory, Microsoft::XLANGs::BaseTypes::IXmlReaderFactory, Microsoft::XLANGs::RuntimeTypes::IRefCountedStreamFactoryWithEncoding, Microsoft::XLANGs::RuntimeTypes::IRefCountedXmlReaderFactory
public interface IContentFactory : Microsoft.XLANGs.BaseTypes.IStreamFactory, Microsoft.XLANGs.BaseTypes.IXmlReaderFactory, Microsoft.XLANGs.RuntimeTypes.IRefCountedStreamFactoryWithEncoding, Microsoft.XLANGs.RuntimeTypes.IRefCountedXmlReaderFactory
type IContentFactory = interface
interface IRefCountedStreamFactoryWithEncoding
interface IRefCountedStreamFactory
interface IStreamFactory
interface IRefCountedXmlReaderFactory
interface IRefCounted
interface IXmlReaderFactory
Public Interface IContentFactory
Implements IRefCountedStreamFactoryWithEncoding, IRefCountedXmlReaderFactory, IStreamFactory, IXmlReaderFactory
- Derived
- Implements
Properties
RefCount | (Inherited from IRefCounted) |
Methods
AddRef() | (Inherited from IRefCounted) |
CreateStream() | (Inherited from IStreamFactory) |
CreateStream(String) | (Inherited from IRefCountedStreamFactoryWithEncoding) |
CreateXmlReader() | (Inherited from IXmlReaderFactory) |
Dispose() | (Inherited from IRefCounted) |
Release() | (Inherited from IRefCounted) |