IXmlTextReaderInitializer インターフェイス

定義

このインターフェイスから派生する XML テキスト リーダーの実装要件を指定します。

public interface class IXmlTextReaderInitializer
public interface IXmlTextReaderInitializer
type IXmlTextReaderInitializer = interface
Public Interface IXmlTextReaderInitializer

メソッド

SetInput(Byte[], Int32, Int32, Encoding, XmlDictionaryReaderQuotas, OnXmlDictionaryReaderClose)

バッファーを読み取る XML テキスト リーダーの初期化要件を指定します。

SetInput(Stream, Encoding, XmlDictionaryReaderQuotas, OnXmlDictionaryReaderClose)

ストリームを読み取る XML テキスト リーダーの初期化要件を指定します。

適用対象