次の方法で共有


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)

適用対象