IXmlTextReaderInitializer インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このインターフェイスから派生する 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 テキスト リーダーの初期化要件を指定します。 |