IModifiableContentFactory Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Derived
- Implements
Properties
IsDirty | (Inherited from IModifiable) |
RefCount | (Inherited from IRefCounted) |
Methods
AddRef() | (Inherited from IRefCounted) |
CreateStream() | (Inherited from IStreamFactory) |
CreateStream(String) | (Inherited from IRefCountedStreamFactoryWithEncoding) |
CreateXmlReader() | (Inherited from IXmlReaderFactory) |
Dispose() | (Inherited from IRefCounted) |
Release() | (Inherited from IRefCounted) |