共用方式為


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)

適用於