IRefCountedXmlReaderFactory 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public interface class IRefCountedXmlReaderFactory : Microsoft::XLANGs::BaseTypes::IXmlReaderFactory, Microsoft::XLANGs::RuntimeTypes::IRefCounted
public interface IRefCountedXmlReaderFactory : Microsoft.XLANGs.BaseTypes.IXmlReaderFactory, Microsoft.XLANGs.RuntimeTypes.IRefCounted
type IRefCountedXmlReaderFactory = interface
interface IRefCounted
interface IXmlReaderFactory
Public Interface IRefCountedXmlReaderFactory
Implements IRefCounted, IXmlReaderFactory
- 派生
- 实现
属性
RefCount | (继承自 IRefCounted) |
方法
AddRef() | (继承自 IRefCounted) |
CreateXmlReader() | (继承自 IXmlReaderFactory) |
Dispose() | (继承自 IRefCounted) |
Release() | (继承自 IRefCounted) |