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) |