다음을 통해 공유


IModifiableContentFactory 인터페이스

정의

public interface class IModifiableContentFactory : Microsoft::XLANGs::BaseTypes::IStreamFactory, Microsoft::XLANGs::BaseTypes::IXmlReaderFactory, Microsoft::XLANGs::RuntimeTypes::IContentFactory, Microsoft::XLANGs::RuntimeTypes::IModifiable
public interface IModifiableContentFactory : Microsoft.XLANGs.BaseTypes.IStreamFactory, Microsoft.XLANGs.BaseTypes.IXmlReaderFactory, Microsoft.XLANGs.RuntimeTypes.IContentFactory, Microsoft.XLANGs.RuntimeTypes.IModifiable
type IModifiableContentFactory = interface
    interface IContentFactory
    interface IRefCountedStreamFactoryWithEncoding
    interface IRefCountedStreamFactory
    interface IStreamFactory
    interface IRefCountedXmlReaderFactory
    interface IRefCounted
    interface IXmlReaderFactory
    interface IModifiable
Public Interface IModifiableContentFactory
Implements IContentFactory, IModifiable, IStreamFactory, IXmlReaderFactory
파생
구현

속성

IsDirty (다음에서 상속됨 IModifiable)
RefCount (다음에서 상속됨 IRefCounted)

메서드

AddRef() (다음에서 상속됨 IRefCounted)
CreateStream() (다음에서 상속됨 IStreamFactory)
CreateStream(String) (다음에서 상속됨 IRefCountedStreamFactoryWithEncoding)
CreateXmlReader() (다음에서 상속됨 IXmlReaderFactory)
Dispose() (다음에서 상속됨 IRefCounted)
Release() (다음에서 상속됨 IRefCounted)

적용 대상