IContentFactory 接口

定义

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
派生
实现

属性

RefCount (继承自 IRefCounted)

方法

AddRef() (继承自 IRefCounted)
CreateStream() (继承自 IStreamFactory)
CreateStream(String) (继承自 IRefCountedStreamFactoryWithEncoding)
CreateXmlReader() (继承自 IXmlReaderFactory)
Dispose() (继承自 IRefCounted)
Release() (继承自 IRefCounted)

适用于