IContentFactory 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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) |