IXmlTextReaderInitializer.SetInput Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Bu yöntemi uygulayan XML metin okuyucuları için başlatma gereksinimlerini belirtir.
Aşırı Yüklemeler
SetInput(Stream, Encoding, XmlDictionaryReaderQuotas, OnXmlDictionaryReaderClose) |
Akışı okuyan XML metin okuyucuları için başlatma gereksinimlerini belirtir. |
SetInput(Byte[], Int32, Int32, Encoding, XmlDictionaryReaderQuotas, OnXmlDictionaryReaderClose) |
Bir arabelleği okuyan XML metin okuyucuları için başlatma gereksinimlerini belirtir. |
SetInput(Stream, Encoding, XmlDictionaryReaderQuotas, OnXmlDictionaryReaderClose)
Akışı okuyan XML metin okuyucuları için başlatma gereksinimlerini belirtir.
public:
void SetInput(System::IO::Stream ^ stream, System::Text::Encoding ^ encoding, System::Xml::XmlDictionaryReaderQuotas ^ quotas, System::Xml::OnXmlDictionaryReaderClose ^ onClose);
public void SetInput (System.IO.Stream stream, System.Text.Encoding? encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose? onClose);
public void SetInput (System.IO.Stream stream, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose);
abstract member SetInput : System.IO.Stream * System.Text.Encoding * System.Xml.XmlDictionaryReaderQuotas * System.Xml.OnXmlDictionaryReaderClose -> unit
Public Sub SetInput (stream As Stream, encoding As Encoding, quotas As XmlDictionaryReaderQuotas, onClose As OnXmlDictionaryReaderClose)
Parametreler
- stream
- Stream
Okunacak akış.
- encoding
- Encoding
Akışın karakter kodlaması.
- quotas
- XmlDictionaryReaderQuotas
XmlDictionaryReaderQuotas Uygulanacak.
- onClose
- OnXmlDictionaryReaderClose
Okuyucu kapatıldığında çağrılacak temsilci.
Şunlara uygulanır
SetInput(Byte[], Int32, Int32, Encoding, XmlDictionaryReaderQuotas, OnXmlDictionaryReaderClose)
Bir arabelleği okuyan XML metin okuyucuları için başlatma gereksinimlerini belirtir.
public:
void SetInput(cli::array <System::Byte> ^ buffer, int offset, int count, System::Text::Encoding ^ encoding, System::Xml::XmlDictionaryReaderQuotas ^ quotas, System::Xml::OnXmlDictionaryReaderClose ^ onClose);
public void SetInput (byte[] buffer, int offset, int count, System.Text.Encoding? encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose? onClose);
public void SetInput (byte[] buffer, int offset, int count, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose);
abstract member SetInput : byte[] * int * int * System.Text.Encoding * System.Xml.XmlDictionaryReaderQuotas * System.Xml.OnXmlDictionaryReaderClose -> unit
Public Sub SetInput (buffer As Byte(), offset As Integer, count As Integer, encoding As Encoding, quotas As XmlDictionaryReaderQuotas, onClose As OnXmlDictionaryReaderClose)
Parametreler
- buffer
- Byte[]
Okunacak arabellek.
- offset
- Int32
içinde okunacak buffer
başlangıç konumu.
- count
- Int32
'den buffer
okunabilecek bayt sayısı.
- encoding
- Encoding
Akışın karakter kodlaması.
- quotas
- XmlDictionaryReaderQuotas
XmlDictionaryReaderQuotas Uygulanacak.
- onClose
- OnXmlDictionaryReaderClose
Okuyucu kapatıldığında çağrılacak temsilci.